jupyterhub Questions

8

I have installed JupyterHub and ran it. When I opened its page, the following window appears: What to enter there? Documentation is silent.
Fire asked 4/11, 2017 at 15:11

3

Solved

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 fi...
Mescal asked 5/1, 2018 at 23:32

3

I'd like to be able to know the base URL of the Jupyter Notebook server IPython is presently connected to. I'm aware of the notebook.notebookapp.list_running_servers() function which produces outpu...
Vile asked 28/12, 2020 at 10:3

0

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 = w...
Ferryman asked 25/11, 2022 at 10:19

4

Solved

I have a configuration file setup in .bashrc which I would like to apply to all terminals opened automatically in my jupyterlab. Currently jupyterlab terminals start like this, without any of the...
Hepatitis asked 5/2, 2020 at 10:3

0

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 assign...
Manmade asked 6/4, 2022 at 11:46

1

I'm currently trying to migrate a data science environment (jupyter notebook)running on Kubernetes to Sagemaker Studio. I set up SSO and I now have privates work spaces for each user but I'd like t...
Bertiebertila asked 1/12, 2021 at 15:35

2

I am using JupyterHub with custom authenticator. It sets auth_state with access token, which then can be copied into environment inside pre_spawn_start method like in the example: class MyAuthenti...
Depose asked 11/7, 2018 at 14:21

1

Solved

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 ...
Vowel asked 11/10, 2019 at 16:5

1

Solved

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 t...
Chelicera asked 7/7, 2021 at 17:49

1

I'm newly use Spark with PySpark on JupyterHub. I understand that before creating an EMR I can set the bootstrap to setup the environment in each cluster, like Python package/library. But If I alre...
Scorecard asked 22/5, 2020 at 12:9

2

Solved

I installed JupyterHub using Docker container. When I log in the web interface, I see the following environment options: After a while of loading, I see the Launcher tab as follows: Now, I would ...
Accumbent asked 9/3, 2021 at 13:1

1

Solved

If I create a new user in JupyterHub I want that the working directory of the corresponding JupyterLab instance is initialized with some getting started examples: I already installed the git exten...
Podium asked 22/10, 2020 at 15:52

7

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...
Ankledeep asked 22/1, 2016 at 7:48

3

Solved

I am running jupyterlab within jupyterhub on kubernetes. I am trying to display widgets using e.g. from ipywidgets import interact @interact(x=(0, 100, 10)) def p(x=50): pass Instead of the i...
Scrimshaw asked 4/2, 2020 at 12:28

4

I want to start my notebooks with jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000 arguments. Where one could set it in JupyterHub?
Differentiate asked 19/4, 2017 at 8:33

1

Solved

Context I installed Kubernetes on a bare-metal server (4 nodes) and deployed Zero to JupyterHub to it. This works fine; I can correctly access the hub from the master-node. Now I want to access t...
Mingrelian asked 4/3, 2020 at 23:58

1

What is the difference between JupyterLab and JupyterHub? How should I decide which one to deploy for users?
Brentwood asked 17/7, 2019 at 2:13

2

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...
Flashbulb asked 14/6, 2018 at 15:51

1

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_clipb...
Capeskin asked 9/11, 2018 at 23:19

1

Solved

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-c...
Audry asked 25/9, 2018 at 3:24

1

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 h...
Incarnadine asked 27/8, 2018 at 16:6

1

Solved

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 us...
Chickasaw asked 5/7, 2018 at 21:12

1

I am trying to figure out the best way of authenticating a JupyterHub user with JWT. In my particular use case, the client will be first authenticated on a primary website and redirected at a later...
Listel asked 7/2, 2017 at 8:26

1

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 ho...
Droughty asked 15/2, 2016 at 18:5

© 2022 - 2024 — McMap. All rights reserved.