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
32
votes
6 answers

What is default username and password for JupyterHub?

I have installed JupyterHub and ran it. When I opened its page, the following window appears: What to enter there? Documentation is silent.
Dims
  • 47,675
  • 117
  • 331
  • 600
27
votes
4 answers

How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?

I want to start my notebooks with jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000 arguments. Where one could set it in JupyterHub?
DuckQueen
  • 772
  • 10
  • 62
  • 134
26
votes
7 answers

Is there a way to integrate git with Jupyter and have a version control over the notebooks created?

I have hosted jupyterhub on a server and added many users into it. I want the users to have an option of version control for their work. So is there any way to add a git kernel or extension do have this done?
praneeth
  • 286
  • 1
  • 3
  • 6
23
votes
1 answer

What is the difference between JupyterLab and JupyterHub?

What is the difference between JupyterLab and JupyterHub? How should I decide which one to deploy for users?
Son
  • 877
  • 1
  • 12
  • 22
23
votes
1 answer

Shared, writable folders in jupyterhub

We are currently building a jupyterhub environment in a docker container and struggling with shared folders. Our goal is to set up a shared folder which is writable for all users. In each user's home folder there is a symbolic link ~/shared to…
Rudi
  • 311
  • 3
  • 8
17
votes
3 answers

How to download all files and folder hierarchy from Jupyter Notebook?

If I want to download all of the files and folder hierarchy from Jupyter Notebook as shown in the picture, do you know if there is anyway to do that by simple click other than go to every single file in every folder to open the file and click…
Jason
  • 3,166
  • 3
  • 20
  • 37
15
votes
2 answers

basedir must be absolute: ?/.ivy2/local

I'm writing here in a full desperation state... I have 2 users: 1 local user, created in Linux. Works 100% fine, word count works perfectly. Kerberized Cluster. Valid ticket. 1 Active Directory user, can login, but pyspark instruction (same word…
Joao Barreto
  • 181
  • 1
  • 1
  • 9
10
votes
0 answers

Creating a publicly distributed Jupyter Notebook from Github repo

I have an online course (Performance Ninja), which I would like to turn into a publicly distributed Jupyter Notebook. The course is hosted on Github. There I have the source code for the lab assignments that students need to work on. They need to…
Denis Bakhvalov
  • 313
  • 2
  • 9
10
votes
1 answer

pandas.read_clipboard from cloud-hosted jupyter?

I am running a Data8 instance of JupyterHub running JupyterLab on a server, and pd.read_clipboard() does not seem to work. I see the same problem in google colab. import pandas as pd pd.read_clipboard() errors out like…
Nathan Lloyd
  • 1,821
  • 4
  • 15
  • 19
10
votes
1 answer

Are docker version and docker engine version the same? How to check them separately?

docker version returns: Client: Version: 17.12.1-ce API version: 1.35 Go version: go1.9.4 Git commit: 7390fc6 Built: Tue Feb 27 22:17:40 2018 OS/Arch: linux/amd64 Server Engine: Version: 17.12.1-ce API version: 1.35 (minimum version…
Shengxin Huang
  • 647
  • 1
  • 11
  • 25
9
votes
0 answers

Ipywidgets are not displayed with JavaScript error

We are currently using JupyterHub for our team. When I try to use ipywidgets in JupyterLab I get this JavaScript error (https adress is cutted out) The Code import ipywidgets as widgets slider = widgets.FloatSlider(description='$x$') text =…
Jonas
  • 187
  • 6
9
votes
1 answer

How to pronounce "Jupyter" e.g. in "Jupyter Notebook"?

I have heard a lot of people saying "Jupyter" with "py" as in Python, while others say "Jupyter", with "py" as in the name of the planet. So, what is the most correct form?
Lara
  • 542
  • 1
  • 4
  • 21
9
votes
1 answer

Customizing JupyterLab Launcher

I'd like to add some custom content in my JupyterLab Launcher. This is the first page that new users see and I want to tell them about specifics of this environment and link to stuff. Kind of like this: The Launcher's code is simple, and I can…
Daniel Darabos
  • 26,991
  • 10
  • 102
  • 114
9
votes
1 answer

How to share Jupyter notebooks

I have a Jupyter hub installed and I was wondering if it is possible to share notebooks among different users.
HaniAR
  • 101
  • 1
  • 1
  • 3
7
votes
1 answer

Access credential for EMR Jupyter Notebook

I just set up an EMR cluster with built-in Spark, JupyterHub and so on. I am able to access the Jupyter Notebook at http://master_hostname:9443/hub/login but I have no idea what credential I can use to log in or where I can set this up in the…
kee
  • 10,969
  • 24
  • 107
  • 168
1
2 3
44 45