Skip to main content
Anaconda Platform 7.0.0 is available through a limited early access program. Contact your Anaconda Technical Account Manager (TAM) if you’re interested in adopting the latest version.

Log in to JupyterHub

  1. Navigate to your Jupyter URL and click Sign in with Anaconda Platform.
  2. Enter your Anaconda Platform credentials and click Log In.
  3. If necessary, select Start my server to launch Jupyter.
    If you are already logged into Anaconda Platform, selecting Sign in with Anaconda Platform 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
conda create --name custom_env ipykernel python=<VERSION>
Replace <VERSION> with your desired version of python.

JupyterLab

New to JupyterLab? View the official JupyterLab documentation here.