[jupyter] Issues with LDAPauth and home directories

2016-08-16 Thread Brian Novogradac
I am using the LDAp auth plugin (https://github.com/jupyterhub/ldapauthenticator), quick question Can i assign a new location to store notebooks using ldapauth as authentication? I know using PAM it stores it in the users home dir. -- You received this message because you are subscribed

[jupyter] Trouble with setting admin user

2016-08-30 Thread Brian Novogradac
I've modified the jupyterhub_config.py file to add a user as an admin but its not working. I am using the Authenticator config below. # If unspecified, only the user that launches the server will be admin. c.Authenticator.admin_users = set(useronsystem) when i add the user id in the set area

[jupyter] Need help setting up clustering in jupyterhub

2016-08-31 Thread Brian Novogradac
hello All, I was successful getting the clusters tab active in jupyterhub, but I am having issues setting up another machine to be part of a python cluster. If anyone has any tips or info i'd totally appreciate it. -- You received this message because you are subscribed to the Google Groups

[jupyter] readonly extension install problems

2016-09-01 Thread Brian Novogradac
Hello, I am trying to install extensions in my jupyerhub setup. I am following teh instructions here (https://github.com/ipython-contrib/jupyter_contrib_nbextensions) But when i try to install the extension withthe instructions provided i get the following error: - Validating: problems found

Re: [jupyter] Trouble with setting admin user

2016-09-02 Thread Brian Novogradac
gt; Out[1]: {'e', 'r', 's', 'u'} > > In [2]: set(['user']) > Out[2]: {'user'} > > -MinRK > ​ > > On Tue, Aug 30, 2016 at 3:54 PM, Brian Novogradac > wrote: > >> I've modified the jupyterhub_confi

[jupyter] Jupyterhub and multicore system

2016-09-15 Thread Brian Novogradac
Hello, this is most likely a newbie question. I am running Jupyterhub on a VM with 8vCPU and 20GB of ram. I do notice that i am only utilizing 2 out of 8 CPUs when notebooks are being spawned. I may be missing something but I am trying to figure out why jupyterhub is not accessing the remain

[jupyter] CSS errors on login page

2016-09-21 Thread Brian Novogradac
I wanted to make a simple change to the style.min file of the css (color change). i made the change all was ok until i tried to log back in with another user. I am now getting the following error: [W 2016-09-21 14:48:55.009 JupyterHub log:100] 404 GET /hub/static/css/style.min.css?v=d96e0760e0

Re: [jupyter] Jupyterhub and multicore system

2016-10-06 Thread Brian Novogradac
being set. Such things can pin processes to particular > CPU threads. You might check `os.environ` in your notebooks to see if > anything suspicious is set that might do something like that. > > -MinRK > > On Thu, Sep 15, 2016 at 3:55 PM, Brian Novogradac > wrote: > >> He

[jupyter] Using MySQL in stead of SQLLite

2017-08-30 Thread Brian Novogradac
Hello everyone, I am making some changes to my jupyterhub instance and after some redesign, I am wondering if anyone has successfully got jupyterhub to work with any other databases other that SQLLite. I wsant to use MySQL. Any help would be appreciated. Brian -- You received this messag

[jupyter] LDAPCreateUsers plugin

2017-08-31 Thread Brian Novogradac
Hello everyone, I am experimenting with getting this going (https://github.com/benhosmer/jupyterhub-ldapcreateusers). I can login but it wont create my server upon login. i get 500 insternal Server Error. Has anyone used this addon and have a configuration they could possibly share. I haven'

Re: [jupyter] Re: Jupyterhub integration with LDAP authentication ?

2017-09-01 Thread Brian Novogradac
Hello, I'm trying to implement this on my jupyterhub instance as well. Its authenticating to my AD but i have a specific group im trying to use and it is no filtering to that group so any user is loggin in. On Thursday, January 21, 2016 at 8:18:11 PM UTC-5, Yuvi Panda wrote: > > I spent some

[jupyter] LDAP authenticated users cannot get released assignments using nbgrader

2017-09-06 Thread Brian Novogradac
Hello, I've been successful implementing LDAP login and home directory creation. But i ran into a littel snafu. Users can create files etc when they login with LDAP credentials, but when releasing assignments using nbgrader those users never get the assignments. Only local users get those assi

[jupyter] Re: LDAP authenticated users cannot get released assignments using nbgrader

2017-09-06 Thread Brian Novogradac
, Brian Novogradac wrote: > > Hello, > > I've been successful implementing LDAP login and home directory creation. > But i ran into a littel snafu. > > Users can create files etc when they login with LDAP credentials, but when > releasing assignments using nbgrader those us