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

set jupyterhub notebook_dir to s3 on emr 5.16

is there a way to redirect the notebook-dir to s3 in the JSON configuration file of an EMR-Cluster befor start the cluster. I used the following classification: "jupyter-notebook-conf" and set the following option: c.NotebookApp.notebook_dir…
mad
  • 1
  • 3
0
votes
1 answer

Redirect from http port (80) to https port(443) on Kubernetes

i'm new to this, How can I redirect from http port(80) to https port(443) on the same domain(service) in Kubernetes. I've tried putting nginx on same pod(container) and redirecting from http to https but it didn't work. I tried this way on same pod …
0
votes
2 answers

Unable to connect to JupyterHub with Ngnix on Ubuntu vm

I'm trying to get JupyterHub running on Azure with Nginx on a subdomain but am unable to connect to the Hub. I'm getting a 502 Bad Gateway error with the current set posted below. In other configurations that I tried, connecting to the host just…
Mox
  • 411
  • 3
  • 13
0
votes
1 answer

JupyterHub Connection refused when access using curl

I had followed JupyterHub's QuickStart to successfully install JupyterHub on Linux machine, and start the service by typing jupyterhub and the output suggest that now the server is listening on port 8000: $ jupyterhub [I 2018-07-02 02:32:25.756…
Meng Lee
  • 123
  • 7
0
votes
1 answer

Jupyterhub with custom singleuser image raises 'no such file or directory' for '/home/jovyan/work'

I tried to setup Jupyterhub to serve Jupyter pytorch notebook using this repo as image https://github.com/stepankuzmin/pytorch-notebook, which is also available as a Docker image on dockerhub as…
nethsix
  • 800
  • 8
  • 17
0
votes
1 answer

Connection reset when running Jupyterhub with Docker

I'm trying to run Jupyterhub in a Docker container (see this link). I run the command listed under "Docker" and the container successfully runs but when I go to connect at http://localhost:8000, I get a message saying "The connection was reset." I…
OECool
  • 1
  • 1
0
votes
1 answer

How to embed Jupyter live on a webpage?

How would I use an iframe to embed Jupyter, live (not converted to HTML), on a webpage? We are trying to embed live Jupyter notebooks from JupyterHub in programming tutorials. I believe that I will have to enable something to do with CORS? Thank you…
Feather Feet
  • 131
  • 1
  • 9
0
votes
1 answer

How do I install Jupyterhub

I'm using a MacOS, and I'm trying to run Jupyterhub but it's not working. When I type: "sudo jupyterhub", the following shows up: [I 2018-06-14 13:05:48.216 JupyterHub app:834] Loading cookie_secret from /Users/Robert/jupyterhub_cookie_secret [W…
0
votes
0 answers

Ports 80 and 443 Closed

I'm currently attempting to setup a jupyterhub instance on AWS using a Ubuntu 14.04 machine. I have been using this tutorial https://gist.github.com/widdowquinn/e91b9bb850ece8873bbd084944798fe2 and for some reason when trying to access…
0
votes
0 answers

Which VM directory is the SSL "Key" stored when using Azure KeyVault?

I can see mycert.cert and mycert.prv but there is no "SSL Key" in the /var/lib/waagent directory of the VM I just created. Deployed an nginx webserver, with SSL cert, using cloud-init, on ubuntu 17.10 VM using Azure KeyVault per the official…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
0
votes
1 answer

jupyterhub new users with too many default example file and folder

i have an istance of Linux Data Science Virtual Machine on Azure and jupyterhub. It works very well, but when i create new users, jupyterhub create a lot of example file in his enviroment. I need to remove them/ substitute with own example... there…
Marco Scarselli
  • 1,154
  • 2
  • 11
  • 27
0
votes
1 answer

How to configure nginx-ingress controller for Github Authentication?

I set up a Kubernetes Cluster using kubeadm. [root@master fedora]# kubectl version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.2", GitCommit:"81753b10df112992bf51bbc2c2f85208aad78335", GitTreeState:"clean",…
0
votes
2 answers

How to open entire file in jupyter notebook

I tried to open python file (say model.py) in jupyter using ! vi model.py But I was able to view only 25 lines. How to view entire file. I want to view files in jupyter notebook.
Ravikrn
  • 387
  • 1
  • 3
  • 19
0
votes
1 answer

jupyterhub and Linux Data Science Virtual Machine on Azure.

i try with success Linux Data Science Virtual Machine on Azure and jupyterhub. It's start automatically the first time, but when restart jupyter doesn't start anymore. what I could try to solve the problem? thank you!
Marco Scarselli
  • 1,154
  • 2
  • 11
  • 27
0
votes
0 answers

Embed Jupyter Notebook editor in webapp

Is there someone here to help me! I am working on a project in which my users must have their own space in oder to create, upload and run their notebook's script.I mean like I can do in my Jupyter notebook, I want give thema kind of code editor in…