Djangoliv

Results 19 comments of Djangoliv

The same problem happen with @ in username. example with a username like: [email protected]

Here a PR that try to found a solution: https://github.com/timkpaine/jupyterlab_iframe/pull/85

Hello, I want to expose my situation because I think it is usual, and I don't think the solution found can solve this case. I use jupyterhub for training. Often,...

@maegul : Yes I use NativeAuthenticator with jupyter2 (with a pip install git+https://github.com/jupyterhub/nativeauthenticator.git ). The roles/groups are starting to be considered, but there are still things to do (including on...

@maegul, I use a script to automatically register (signup) all my students. After, i just have to manually authorize them. ``` python import requests signup_url = /hub/signup password = trainees...

Another solution would be to expose a service returning the contents of the users_info table.

There is a problem: 'jupyter_lang_synonyms' is broken. I will have a look.

The problem is still present with jupyterlab-3.6.4 and voila 0.5.0a4 - install jupyterlab==3.6.5, jupyterlab-github and voila==0.5.0a4 - open a notebook with jupyterlab-github - click on voila button The rendering fail...

Hello, I tried to install jupyter-desktop-server like this: ``` python3 -m pip install --no-cache -U websockify jupyter-server-proxy git clone https://github.com/yuvipanda/jupyter-desktop-server cd jupyter-desktop-server python3 -m pip install ./jupyter-desktop-server ``` But the...