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

Printing multiple values in a single cell instead of separate cells

The question and my problem is as follows; define a python function f(x) = ln(x) + x^2 - 1 and print the output for f(1.00001), f(0.5) and f(10^-10) I can print the output for each of these separately but can't produce it so that I can print the 3…
CJ1912
  • 3
  • 3
-1
votes
2 answers

Jupyter Notebook cell number is blank after execution

As you can see here, after I attempt to train my model in this cell, the asterisk disappears and the brackets are blank instead of containing a number. Do you know why this is happening, and how I can fix it? I'm running python 3.7 and TensorFlow…
-1
votes
1 answer

JupyterHub with multi user and GPU for kubernetes

I need an image with JupyterHub configured to multiple users and GPU with tensorFlow 10.1 or 11, any help, please?
Dmitry
  • 220
  • 1
  • 11
-1
votes
1 answer

JupyterHub Auto HTTPS Letsencrypt: Kubernetes Ingress Controller Fake Certificate

I'm trying to deploy JupyterHub on a private Kubernetes cluster and want to setup the automatic HTTPS using letsencrypt. Based on the documents, I just need to provide host and email address, but everytime I try the url I'm getting this: Your…
-1
votes
1 answer

How to deploy jupyterHub by kubeflow

when i 'ks apply default -c jupyter' to deploy a jupyterHub, it always response following errors: [I 2019-01-09 14:28:52.866 JupyterHub app:871] Writing cookie_secret to /jupyterhub_cookie_secret [I 2019-01-09 14:28:52.880 …
-1
votes
1 answer

Notebook and terminal launch wrong python version

I don't know why but after half day using my kernel 'geomatic' in jupyterhub, something crash. My notebook doesn't work anymore... After some researches, I understand that issue comes from python version used by notebook or console. It's a bad one…
Tim C.
  • 167
  • 1
  • 1
  • 8
-1
votes
1 answer

Customising nbconvert with jupyterhub

I have a jupyter hubinstance running using the sudospawner to start individual notebook instances. Mostly this is working very well. However, I need to add various configuration commands to nbconvert so that html downloading from the notebook…
Ewan Kirk
  • 19
  • 5
-1
votes
1 answer

Jupyterhub on openshift

Sorry for a vague and quite open question, but is there any way to install jupyterhub on openshift.com, using a free account? You have to have either python3+nodejs, which is not possible to do in a single cartridge, or a docker container, which is…
Dimly
  • 1
1 2 3
44
45