> ## 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 is a hosted Jupyter notebook environment that runs entirely in your browser. You can create notebooks, install packages, and publish your work without installing anything on your own machine.

<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="Browser-based notebooks" icon="rocket" iconType="solid" href="/anaconda-platform/notebooks/getting-started">
    Open a Jupyter notebook in your browser without installing or configuring anything.
  </Card>

  <Card title="Custom runtimes" icon="microchip" iconType="solid" href="/anaconda-platform/notebooks/notebook-runtimes">
    Choose a runtime with the packages you need, or create a custom runtime for your project.
  </Card>

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

  <Card title="Publish and share" icon="share" iconType="solid" href="/anaconda-platform/notebooks/publishing-notebooks">
    Publish a notebook as a Panel app with a custom URL, or share your work directly with others.
  </Card>
</CardGroup>
