Login to JupyterHub Web Interface

Q

How to Login to JupyterHub Web Interface?

✍: FYIcenter.com

A

If you are running JupyterHub with its default options, you can login the Web Interface at http://localhost:8000 with your server username and password.

1. Start JupyterHub in the Conda "base" environment.

fyicenter$ conda activate

(base) fyicenter$ jupyterhub
  ...
  [I JupyterHub app] JupyterHub is now running at http://:8000

2. Open your favorite Web browser and enter "http://localhost:8000". You see the JupyterHub login screen.

3. Enter your username and password of the server Linux system.

4. Click "Sign in" button. JupyterHub will start a Jupyter Server for you.

JupyterHub - User Login Process
JupyterHub - User Login Process

 

JupyterHub Spawn Failed: Server Timedout

Install JupyterHub in Conda Environment

Installing and Running JupyterHub

⇑⇑ Jupyter Tutorials

2021-09-09, 803🔥, 0💬