Log in to JupyterHub
- Navigate to your Jupyter URL and click Sign in with Anaconda Cloud.
- Enter your Anaconda.com credentials and click Log In.
-
If necessary, select Start my server to launch Jupyter.
If you are already logged into
anaconda.com/app
, selecting Sign in with Anaconda Cloud 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 , see Environments.If you do not create an environment before you attempt to download , 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