jupyterhub-deploy-docker icon indicating copy to clipboard operation
jupyterhub-deploy-docker copied to clipboard

Reference deployment of JupyterHub with docker

Results 48 jupyterhub-deploy-docker issues
Sort by recently updated
recently updated
newest added

I would like to use Google instead of GitHub for authentication. Therefore, I changed the `jupyterhub_config.py` as follows: ``` # Authenticate users with Google OAuth c.JupyterHub.authenticator_class = 'oauthenticator.GoogleOAuthenticator' c.GoogleOAuthenticator.oauth_callback_url =...

Hello, I run jupyterhub and everything seems to be fine. This is the log: Creating jupyterhub-db Creating jupyterhub Attaching to jupyterhub-db, jupyterhub jupyterhub-db | LOG: database system was shut down...

Can Kubernetes spawner be used with this installation?

As the official [docker-stacks](https://github.com/jupyter/docker-stacks) images contain JupyterLab with the [jupyterlab-hub extension](https://github.com/jupyterhub/jupyterlab-hub) remove the obsolete example and update instructions on how to enable JupyterLab.

Hello I am using this script trying to set up a jupyterhub in a subfolder (/j/ of a domain and am getting a wired redirect loop. What i have done:...

I'm using jupyterhub 1.0 docker image. When changing configs to use SSL, https://mydomain.com is accessible, however, http://mydomain.com is not. I have seen that the problem can be addressed by setting...

In .env file, variable `LOCAL_NOTEBOOK_IMAGE` is set to `jupyterhub-user`. And this is used in docker-compose.yml ``` DOCKER_NOTEBOOK_IMAGE: ${LOCAL_NOTEBOOK_IMAGE} ``` So, If I'm right, we need to set the jupyter-notebook/jupyter-lab image...

I noticed that the jupyterhub container initially has problems connecting to the database. I made the following changes to docker-compose.yml to solve the problem: - Update to version 2.1 -...

Hello I have setup jupyter-deploy-docker and it works so far. Now I want to work with data-sets. Every user who has access to the notebook should also be able to...

I tried to run jupyterHub with docker. Eveything was working fine ( jupyterHub + authentication) until I tried to set up the spawning process : `[E 2018-03-01 09:42:00.213 JupyterHub app:1710]...