Skip to main content

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.

0 votes
0 answers
13 views

Jupyter hub custom authentication using token in header

I am using jupyter on my device mac ( apple silicon M2 ) which i cloned from the github repository what i want do is i will generate a generate a image and deploy on GKE for my users to use , now how ...
Harsh Mehta's user avatar
0 votes
0 answers
35 views

JupyterHub Docker setup: Unable to login with admin credentials, encountering configuration warnings

I'm setting up JupyterHub using Docker and encountering issues with user authentication and configuration warnings. Here's my setup: # Dockerfile # Use Python 3.11 base image FROM python:3.11-bookworm ...
the-pinstripe-investor's user avatar
0 votes
1 answer
17 views

JupyterHub OAuth2 integration with Django and DockerSpawner failing to connect to OAuth server

I'm setting up JupyterHub with OAuth2 authentication using Django and DockerSpawner. Here are my configurations: Requirements: Django==4.2.13 django-cors-headers==4.4.0 django-oauth-toolkit==2.4.0 ...
shraysalvi's user avatar
0 votes
0 answers
15 views

JupyterLab and Jupyter Notebook Port Conflict Between Windows and Linux

In my setup, I have JupyterLab running on http://localhost:8859/doc and Jupyter Notebook on http://localhost:8858/notebooks/new_proj. On Windows, both services use the same port (8858), but on Linux, ...
Krish's user avatar
  • 1
0 votes
0 answers
18 views

AWS EMR Jupyterhub notebook run fails with error: Session isn't active

I noticed this question is asked a lot but the solution proposed in other threads do not work for me. I have created an EMR cluster on AWS and I am running a quite time intensive code. The notebook ...
Francesco Pegoraro's user avatar
0 votes
1 answer
41 views

How to query a data using DateTime format while the data stored in table is in Unix Timestamp?

on Amazon Athena, I have my table: name server_time register Rudy 1718251764 Yes John 1718294964 Yes Charles 1718035764 Yes Instead of have to go unixtimestamp web to get the Unix Timestamp for ...
YazerieL's user avatar
0 votes
1 answer
21 views

Jupyter NoteBook 7.0.0 cannot connect to kernel - Kernel is disconnected - web socket errors on Chrome's console

I'm using Ubuntu 22.04 with python3 version 3.10.6 and with these installed packages: pip3 list | grep 'jupyter' jupyter 1.0.0 jupyter_client 8.6.2 jupyter-console ...
Bằng Rikimaru's user avatar
0 votes
0 answers
8 views

Move installed Jupyterhub to another drive

I have installed jupyterhub, but currently there is not enough space on my home drive. How can I move it to another drive without being affected?
Hiếu Nguyễn's user avatar
0 votes
0 answers
46 views

Unhandled error starting Jupyterhub server

I try to deploy Jupyterhub use docker-compose and got an error when trying to start Jupyterhub Server: 2024-05-27 14:15:32 [E 2024-05-27 11:15:32.419 JupyterHub user:1002] Unhandled error starting ...
Andrey's user avatar
  • 95
0 votes
0 answers
15 views

Holoviz-Panel: no interactivity when installing into user environment on jupyterhub

I am a user of jupyter-instance which I do not control. We can install our own packages into the user-environment, we can create custom kernels, but we cannot install packages into the base-install/...
tomanizer's user avatar
  • 959
0 votes
1 answer
27 views

When install jupyterhub, many other files installed

Hi I just installed jupyterhub using conda install jupyterhub However It not work until I installed notebook. I noticed when I install jupyterhub, it has some other component installed, like ...
cloudscomputes's user avatar
0 votes
0 answers
23 views

JWT with Jupyterhub 4.x?

Does anyone have experience implementing JWT in Jupyterhub 4.x? I am attempting to use https://github.com/mogthesprog/jwtauthenticator but am running into 401s regardless of what I submit. My config ...
vjef's user avatar
  • 1
0 votes
1 answer
72 views

jupyter lab: opening a ipynb file from another ipynb file using %run, same directory already

In jupyter notebook, I am trying to open a ipynb file create.ipynb in which I made a class called Animals, from another ipynb file Coursera_test.ipynb. I have already checked, they are in the same ...
confused_researcher's user avatar
0 votes
0 answers
23 views

Why jupyter hub spawner fails during startup

I have pulled the jupyterhub/jupyterhub docker image into my local machine. When i launch it, it asks a username and password that i don't know. What should be a defaut username and password ? I tried ...
Moctar Diallo's user avatar
0 votes
0 answers
13 views

Cannot access files local path after mounting local path to Jupyter running inside of a docker container

I have a folder called "Data" in my working directory and I supposedly mounted this folder to the Jupyter running inside of a docker container. I can store files but I cannot read files ...
koyama yoko's user avatar

15 30 50 per page
1
2 3 4 5
45