Log in to JupyterHub
- Navigate to your Jupyter URL and click Sign in with Package Security Manager.
- Enter your Package Security Manager credentials and click Log In.
-
If necessary, select Start my server to launch Jupyter.
If you are already logged into Package Security Manager, selecting Sign in with Package Security Manager signs you in automatically.
Create an environment
Before you begin working in a notebook, create an environment to work out of. To learn the basics of working with conda environments, see Environments.If you do not create an environment before you attempt to download packages, an error occurs. This protects the base
/opt/jupyterhub
environment.If you want your environment to be shown as a tile on the JupyterLab launch page, include the
ipykernel
package in your environment:Example