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
2
votes
0 answers

Integration of Jupyter Notebook with Keycloak

Is it possible to use Keycloak with Jupyter Notebook to sign in users? I am currently using signing in to Jupyter Notebooks with a password, for which I used the configuration file, but I need to switch to Keycloak. I know that it is possible to…
2
votes
0 answers

JupyterHub "500 : Internal Server Error Redirect loop detected."

When running JupyterHub via docker-compose up and logging in for the first time as some_user created via web GUI of JupyterHub I can't seem to spawn the ser Logs: sudo docker-compose up [+] Running 1/0 ⠿ Container jh_container Created …
mCs
  • 167
  • 1
  • 4
  • 16
2
votes
1 answer

Kubernetes Service account token ignored in Jupyter

I am spinning up a new Jupyter notebook instance from Jupiter hub and wish to have Kubernetes API access from inside the spun up container. According to the docs, I added the parameter for service account in my helm values and as expected, I can see…
2
votes
1 answer

How to enable authentication via openLDAP on JupyterHub without SSL certificate?

I am trying to create a JupyterHub that uses an LDAP to authenticate users. The JupyterHub is working but when I am trying log on the web page show a Error 500. I must clarify that when I tried it with the PAM method it worked without problems, but…
2
votes
1 answer

Helm Install from DockerHub image - DockerHub Image download fails

When running the following command: helm upgrade --cleanup-on-fail \ -- install $releaseName $dockerHubName/$dockerHubRepo:$tag \ -- namespace $namespace \ -- create-namespace \ -- values config.yaml I get the following…
flying_loaf_3
  • 397
  • 2
  • 3
  • 12
2
votes
0 answers

Jupyterhub helm install timed out waiting for the condition

Thanks everyone as always for the help, I come once again with my melted brain in my hat in my hand asking for some assistance. Environment setup: 3 Ubuntu VMs running Kubernetes Kubeadm install 1 control node 2 worker nodes MetalLB deployment as…
texasdave
  • 506
  • 1
  • 4
  • 12
2
votes
0 answers

Open a url from a jupyter lab notebook rendered with voila in a new Chrome Tab

I work in a JupyterHub environment where I use to render applications with voila. One of this particular applications is supposed to be a kind of Launcher from where a user can launch (open) a particular url web in another chrome tab. I use the…
JFerro
  • 3,203
  • 7
  • 35
  • 88
2
votes
0 answers

JupyterHub not launching on Helm | K8s

I have a metalLB loadbalancer, k8s clusters (one master and one worker) v1.18.5, helm 3.7, and nfs dynamic volume provisioning using helm. I run up a jupyterhub instance with helm. Within a minute everything is set up but when I use the external IP…
SavvY
  • 131
  • 1
  • 6
2
votes
0 answers

configurable-http-proxy not running on Jupyterhub start

I'm trying to run Jupyterhub on Centos 7. I know that Jupyterhub depends on a configurable-htp-proxy module provided by node, and it seems to be there and ready to run. However - when I try to start jupyterhub it errors jupyterhub [I…
Simon Hayward
  • 694
  • 11
  • 26
2
votes
0 answers

Jupyter notebook not rendering permission denied

I am running Jupyter Notebook on Ubuntu, when I execute jupyter notebook from my terminal, my Firefox browser opened and it displayed Access to the file was denied The file at /home/hd2900/.local/share/jupyter/runtime/nbserver-95755-open.html…
jxw
  • 586
  • 2
  • 6
  • 36
2
votes
1 answer

How can I setup a "open in JupyterHub" button in GitLab?

We are setting up a JupyterHub instance for my Company. I'd like to have a button "open in JupyterHub" in the GitLab page of every committed notebook in GitLab. When clicked, the user would be transported to a running copy of the notebook in…
neves
  • 33,186
  • 27
  • 159
  • 192
2
votes
1 answer

SparkMagic PySpark3 session with Livy on Cloudera

I am trying to run Jupyterhub pyspark kernel session with python3 witn Livy running on Cloudera cluster. The spark session ends without any meaningful error, Livy logs have the following: 21/07/21 12:28:09 INFO yarn.Client: Submitting application…
Artyom Rebrov
  • 651
  • 6
  • 23
2
votes
0 answers

Add shared volume from Jupyterhub container TO notebook container

I'm running https://github.com/jupyterhub/jupyterhub-deploy-docker on a VM. I correctly set up everything, but now I need the spawned notebook to contain a shared folder with some data that I have on the VM. I edited the docker-compose file in…
2
votes
0 answers

LDAP connection for jupyterhub

I want to configure LDAP connection for Jupyterhub, but i don't know what are the setting to use as there are so many, I tried using this as reference https://github.com/jupyterhub/ldapauthenticator and…
sks123245
  • 149
  • 1
  • 2
  • 13
2
votes
0 answers

How to manage shared notebooks permissions in zero 2 jupyterhub deployment (kubernetes)?

Im running jupyterhub on kubernetes using the zero 2 jupyterhub chart. Currently i'v got persistent volume that is mounted on each single user server and is used as a shared folder. all users can read from and write to it. The desired state is to…
barPerez
  • 21
  • 2