Questions tagged [jupyterhub]

JupyterHub is the best way to serve Jupyter notebook for multiple users.It is a multi-user Hub that spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server.

The Jupyter Notebook

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

669 questions
0
votes
1 answer

Unable to deduce why one imagePuller pod of JuPyterhub fails while the rest three are successfully created

I am deploying jupyterhub on a kubernetes cluster. In the config.yaml file, I am specifying a registry and the image tag. While 3 pods are successfully created, one is not. I could not find much content pertaining to jupyter-hub. The helm chart can…
0
votes
1 answer

How to have file written automatically in the startup folder when a new user signs up/in on JuPyter hub?

I am using JuPyter hub on k8s. It has a persistent volume claim. I want to have my users use a variable run_id = "sample"every time they use jupyter notebook. Doing so requires making a file aviral.py in the path…
Aviral Srivastava
  • 4,058
  • 8
  • 29
  • 81
0
votes
1 answer

How do I set parameters for each notebook on JuPyterHub running on K8s

I want to set some parameters as defined here(https://github.com/nteract/papermill#python-version-support). The catch is, I want to be able to do this via UI. I have a JHub installed on my cluster and while opening it, I want certain parameters to…
Aviral Srivastava
  • 4,058
  • 8
  • 29
  • 81
0
votes
1 answer

Juptyer Notebooks Authentication

I'm very new to Jupyter notebooks and recently setup a dev instance with a basic password for external access. While this works fine, I need to tie it into LDAP or PAM authentication on my RHEL server. As I started reading about this, it appears…
Eric
  • 167
  • 1
  • 9
0
votes
1 answer

Mount a shared volume to Kubernetes cluster so that all users can access same storage and share files

I am following Zero to JupyterHub with Kubernetes to create a jupyterHub environment for my team to use. Using Google Kubernetes Engine and every user gets his/her own storage and files are stored - this setup works fine. I am having trouble as how…
Jasmine
  • 33
  • 1
  • 7
0
votes
1 answer

AWS EMR JupyterHub set up LDAP but not launching notebooks

Ive launched a EMR cluster with jupyterhub included and set up LDAP following the guide below: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-jupyterhub-ldap-users.html I can log into jupyterhub using LDAP but it doesnt launch the notebook…
RonD
  • 75
  • 8
0
votes
1 answer

JupyterHub does not connect to its public port

JupyterHub not working on public port 8000. It only works on port 8081. Everywhere I read, everyone got their issues magically solved without any solutions. https://github.com/jupyterhub/jupyterhub/issues/742 jupyterhub_config.py from…
user11154441
  • 198
  • 2
  • 9
0
votes
0 answers

Add modules to Jupyterhub

I would like to make use some of my own python modules in a notebook that's sitting on a remote jupyterhub server. How can I go about uploading the module onto the remote server? And if necessary, configure the import scope? EDIT: For some more…
jdoraemon
  • 1
  • 1
0
votes
0 answers

Unable to start server after Jupyterhub upgrade to 0.8.1

I have recently upgraded jupyterhub from 0.7 to 0.8.1. After upgrade, i have upgraded the sqllite database as well as mentioned in the upgrade documents. I'm able to start the jupyterhub service but after login, i'm unable to start the server with…
0
votes
2 answers

Trying to Implement Jupyterhub on Kubernetes

I am trying to implement Jupyterhub on a set of 8 unclustered completely identical computers in my school. My instructions were first to cluster the 8 systems (all running Ubuntu 18.04 LTS) and to implement Jupyterhub on that cluster. After…
mgm0329
  • 1
  • 3
0
votes
0 answers

Is it possible connect Jupyter-Kernel-Gatewy with JupyterHub or Jupyter?

I was playing with Jupyter, JupyterHub and Jupyter-Kernel-Gateway. I made some Notebooks and Kernels in Jupyter and i can connect to them by JupyterHub. For another try, i want to connect them from the Kernel-Gateway. Is this possible?
0
votes
0 answers

How to Create Heat Map from confidence values in a column Objects inside a JSON file ? (go through the image link)

[{"pageName":"visitutah", "extPostId":1967170976682576484, "rawText":"#SaltLakeCity is a major production hub for some of your favorite flicks like The Sandlot and #Sundance cult classic SLC Punk. #VisitUtah #TheStoryisUtah ?\n?\nPhotos:…
0
votes
1 answer

Get Jupyterhub username in spawned container

I am using a Jupyterhub deployment with DockerSpawner. When I enter a spawned container, I have the following URL pattern: https:///user//lab? I would like to get the value of within the spawned notebook…
Max
  • 560
  • 1
  • 9
  • 25
0
votes
1 answer

Jupyterhub Not Reading Config File

I have installed Jupyterhub on Ubuntu 16.04 with conda install. Next, I made it use oAuthenticator by adding the following in jupyterhub_config.py from oauthenticator.github import GitHubOAuthenticator c.JupyterHub.authenticator_class =…
Amber
  • 914
  • 6
  • 20
  • 51
0
votes
2 answers

JupyterHub use logout does not stop docker container

I successfully configured jupyterhub on google cloud using very basic DummyAuthenticator and Docker Spawner following this tutorial: https://github.com/jupyterhub/jupyterhub-deploy-docker Everything is ok, but when the user logouts its docker…
Bociek
  • 1,195
  • 2
  • 13
  • 28