> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anaconda Notebooks

Anaconda Notebooks lets anyone start their data science journey instantly. Launch powerful Jupyter notebooks directly in your browser with all the packages, computing power, and storage you need. No downloads, no configuration headaches, no barriers between you and your data.

<Tip>
  New to JupyterLab? [Visit the official JupyterLab documentation](https://jupyterlab.readthedocs.io/en/stable/).

  ***

  More of a visual learner? [Sign in to Anaconda.com](https://auth.anaconda.com/ui/login?return_to=https://anaconda.com/app/) and enroll in our free [Jupyter Notebook Basics](https://learning.anaconda.com/courses/jupyter-notebook-basics) course.
</Tip>

## Key features

<CardGroup cols={2}>
  <Card title="Start Coding Instantly from Anywhere" icon="rocket" iconType="solid">
    Jump into data science projects immediately and access your notebooks from any device with an internet connection.
  </Card>

  <Card title="Discover Anaconda Toolbox" icon="toolbox" iconType="solid" href="/tools/anaconda-notebooks/anaconda-toolbox/getting-started">
    Generate, save, and share code effortlessly across Notebooks and Excel while getting intelligent help from Anaconda Assistant.
  </Card>

  <Card title="Publish Your Notebooks" icon="share" iconType="solid" href="/tools/anaconda-notebooks/publishing-notebooks">
    Publish your notebooks as Panel apps with a custom URL ready for sharing and showing off.
  </Card>
</CardGroup>

## Get started in three steps

<Steps>
  <Step title="Launch Your Notebook">
    Launch a [new notebook](https://nb.anaconda.com) in seconds or access the Jupyter Notebooks tile from your [Anaconda Dashboard](https://anaconda.com/app/).

    <Frame>
      <img src="https://mintcdn.com/anaconda-29683c67/0MpEd19Y7pLtO1DQ/images/cloud_notebook_launch.png?fit=max&auto=format&n=0MpEd19Y7pLtO1DQ&q=85&s=d3f39c3243ce86c7ccdde807f5f8f899" alt="Anaconda Notebooks interface showing the launch screen with environment options and recent notebooks" width="1922" height="936" data-path="images/cloud_notebook_launch.png" />
    </Frame>
  </Step>

  <Step title="Choose Your Environment">
    Choose a runtime (or create [your own](/tools/anaconda-notebooks/notebook-runtimes#creating-custom-runtimes)) with your preferred packages or select a [quick start environment](/tools/anaconda-notebooks/anaconda-toolbox/toolbox-environments#installing-quick-start-environments) that matches your project needs.

    <Note>
      Quick start environments are only available in the [local version of Toolbox](/tools/anaconda-notebooks/anaconda-toolbox/local-toolbox).
    </Note>
  </Step>

  <Step title="Start Coding">
    Begin coding with your selected runtime or quick start environment fully loaded and configured.
  </Step>
</Steps>
