> ## 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.

# Jupyter Notebooks

Notebooks are interactive documents that can contain code, equations, visualizations, media, and other computational inputs and outputs.

For detailed instructions on using Jupyter Notebooks, please visit the official [Jupyter Notebooks documentation](https://jupyter-notebook.readthedocs.io/en/latest/notebook.html).

## Uploading an existing notebook to a channel

1. Preparation for uploading notebooks differs depending on your notebook type. Please follow the relevant guide for your respective notebooks:

   * [sdist and wheels](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
   * [cran](https://r-pkgs.org/structure.html)
   * [conda-build](https://docs.conda.io/projects/conda-build/en/latest/)

2. Open the  **Manage** dropdown menu and select *Upload File*.

3. Open the **Type** dropdown menu and select *Notebook*.

4. Click **Select files…** then locate and upload your notebook, or drag and drop the notebook file into the field.

5. Click **Upload**.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/NJcmnqSLAoz4wiuS/images/psm-on-prem/as_upload_notebook.png?fit=max&auto=format&n=NJcmnqSLAoz4wiuS&q=85&s=ab2502384d497d666df6a2e0bf68f921" alt="" width="1907" height="737" data-path="images/psm-on-prem/as_upload_notebook.png" />
   </Frame>

## Previewing a notebook

Click on a notebook to preview it in Anaconda Server

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/NJcmnqSLAoz4wiuS/images/psm-on-prem/as_preview_notebook.png?fit=max&auto=format&n=NJcmnqSLAoz4wiuS&q=85&s=0337ff3480a170188f3fa556368a4114" alt="" width="1919" height="929" data-path="images/psm-on-prem/as_preview_notebook.png" />
</Frame>

## Moving a notebook

To move a notebook from one channel or subchannel to another:

1. From the channel details page, select the **Notebooks** tab.

2. Select the checkbox next to the notebooks you want to move.

3. Open the **Copy** dropdown menu and select *Move*.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/NJcmnqSLAoz4wiuS/images/psm-on-prem/as_move_notebook.png?fit=max&auto=format&n=NJcmnqSLAoz4wiuS&q=85&s=a7d00224ec87b5dbbe75ec7584dfb1ee" alt="" width="1900" height="503" data-path="images/psm-on-prem/as_move_notebook.png" />
   </Frame>

4. Open the **Move To:** dropdown menu and select a destination channel for your notebook.

5. Click **Move**.

<Note>
  Moving a notebook will remove it from its origin channel.
</Note>

## Copying a notebook

To copy a notebook from one channel or subchannel to another:

1. From the channel details page, select the **Notebooks** tab.

2. Select the checkbox next to the notebooks you want to copy.

3. Open the **Copy** dropdown menu and select *Copy*.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/JJYiWzNSIuFUmqGm/images/psm-on-prem/as_copy_notebook.png?fit=max&auto=format&n=JJYiWzNSIuFUmqGm&q=85&s=5e7b3a19107102f32f1b0cac36fd11c1" alt="" width="1910" height="500" data-path="images/psm-on-prem/as_copy_notebook.png" />
   </Frame>

4. Open the **Copy To:** dropdown menu and select a destination channel for your notebooks.

5. Click **Copy**.

<Note>
  Copying a notebook will not remove it from its origin channel.
</Note>

## Deleting a notebook

To delete a notebook from a channel or subchannel:

1. From the channel details page, select the **Notebooks** tab.

2. Select the checkbox next to the notebooks you want to delete.

3. Open the **Copy** dropdown menu and select *Delete*.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/JJYiWzNSIuFUmqGm/images/psm-on-prem/as_delete_notebook.png?fit=max&auto=format&n=JJYiWzNSIuFUmqGm&q=85&s=3a6ce909398504b1f3f2033493a8391b" alt="" width="1912" height="503" data-path="images/psm-on-prem/as_delete_notebook.png" />
   </Frame>

4. Click **Delete** to verify you want to delete your selected notebook.

## Downloading a notebook

To download a notebook from a channel or subchannel:

1. From the channel details page, select the **Notebooks** tab.
2. Select the checkbox next to the notebooks you want to download.
3. Open the **Copy** dropdown menu and select *Download*.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/JJYiWzNSIuFUmqGm/images/psm-on-prem/as_download_notebook.png?fit=max&auto=format&n=JJYiWzNSIuFUmqGm&q=85&s=b9f60fc6fe1d1832a6decc1e40375df9" alt="" width="1910" height="494" data-path="images/psm-on-prem/as_download_notebook.png" />
   </Frame>
