jupyterhub-deploy-docker
jupyterhub-deploy-docker copied to clipboard
Reference deployment of JupyterHub with docker
I would like to use jupyterlab as the default application. Although, it is properly installed and reachable (by manually navigating to the /lab endpoint), /tree (jupyterhub) is still the default...
are there any plans to migrate defaults to jupyterhub 1.0?
I am receiving the following error when attempting to spin up jupyterhub. # Error ``` jupyterhub-db | FATAL: password authentication failed for user "postgres" ``` # Command Ran ``` docker-compose...
Hello, This should be marked as `Help Wanted` or `Question`. I am using the jupyterhub-deploy-docker with Github Authentication. I have the entire setup up and running. Now I want to...
We are facing some problems with file system permissions on the docker host node. We want to mount our docker host user home directories to our Jupyter containers using Docker...
Shouldn't `jupyterhub_config.py` be copied to the image so it reflects changes made? I was editing my `jupyterhub_config.py` file and noticed that changes were not reflecting.
Trying to start a notebook for a user leads to the following log: ``` [I 2019-03-15 15:18:27.936 JupyterHub app:1673] Using Authenticator: dummyauthenticator.dummyauthenticator.DummyAuthenticator [I 2019-03-15 15:18:27.936 JupyterHub app:1673] Using Spawner: dockerspawner.dockerspawner.DockerSpawner-0.11.0...
I am also getting 500 Internal server error when autheticating with GITLAB-CE seems like authentication-state cookies expiration issue cleared browser cookies and cache and any saved data and in New...
Hi, the main partition on my system is quite small but I do have a separate, larger, partition where I would like to save persistent data. What's the easiest way...