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

# Sharing notebooks

When you're ready for others to interact with your notebook, you can share a copy of the notebook via a direct link or a clickable "badge" on a webpage. This is great if, for example, you're a teacher looking to provide an easy way for students to access notebooks from your GitHub account, or you're a developer looking for feedback (and praise) on a project from your colleagues.

## What are notebook badges?

Using a consistent and recognizable style, badges are clickable tiles that provide direct access to a notebook. Add these badges to websites, blog posts, documentation, GitHub repositories, or social media posts so anyone can open your notebook in a new instance of Anaconda Notebooks.

Badges can be created directly in Anaconda Notebooks by clicking **Share** at the top of your notebook, as shown in the following section. This provides you with HTML for a badge, which can be copied and embedded anywhere.

You can also generate a badge for notebooks hosted on GitHub and many other sites using [this badge creator](https://37c8e61f-8cf6-4517-9652-2483b9db9016.pyscriptapps.com/9ab91dd1-e932-4f04-8255-8a2c01732b6b/latest/). For GitHub, use the **Raw** button to get a URL starting with `raw.githubusercontent.com`.

## Sharing notebooks

To generate either a direct link or a badge to access a copy of your notebook, complete the following steps:

1. Click **Share** at the top of your notebook.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/3yNXdf8uBXJiT_qs/images/sharing_notebooks.png?fit=max&auto=format&n=3yNXdf8uBXJiT_qs&q=85&s=382aee7510bf5503474acf73ad53258d" alt="" width="3458" height="1920" data-path="images/sharing_notebooks.png" />
   </Frame>

2. Enter a name for your notebook, select the associated project, and then click **Share Notebook**.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/3yNXdf8uBXJiT_qs/images/sharing_name_change.png?fit=max&auto=format&n=3yNXdf8uBXJiT_qs&q=85&s=609f4cdcf992160f11fe9096ca013ad3" alt="" width="3460" height="1920" data-path="images/sharing_name_change.png" />
   </Frame>

   <Note>
     If you receive a 403 error, it is likely because you are a member of an organization that has prohibited notebook sharing. Speak with your organization administrator if you need help.

     ***

     If you don't have any projects in Anaconda Toolbox, a new project sharing the notebook's name is created. You can access the new project in the [Projects](./anaconda-toolbox/using-projects) section of Anaconda Toolbox.
   </Note>

3. In the Share Link Generated dialog:

   * Click **Copy Link** to copy the notebook link to your clipboard. You can now share this link with whomever you want to provide access to a copy of the notebook.
   * Click **Copy Embed Code** to copy the badge HTML to your clipboard. You can now paste this code in your websites, blog posts, documentation, GitHub repositories, or social media posts so anyone can access your notebook.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/3yNXdf8uBXJiT_qs/images/share_link_generated.png?fit=max&auto=format&n=3yNXdf8uBXJiT_qs&q=85&s=36906e31a01079af738aaec9fab75dc5" alt="" width="3460" height="1920" data-path="images/share_link_generated.png" />
   </Frame>

   <Note>
     Share your project with other members of your organization from the **Invite** tab. For more information on sharing projects, see [how to share a project](/tools/anaconda-notebooks/anaconda-toolbox/using-projects#sharing-a-project).
   </Note>

4. Click **Done** to close the dialog.

Users who click the badge but don't have an Anaconda.com account will be prompted to create one.

## Previewing a notebook

Clicking your shared link takes users to an overview of your notebook on Anaconda.com, where they can perform the following actions:

* Open a copy of your notebook in Anaconda.com
* Download a copy of your notebook
* Preview your notebook from the **Full Preview** tab

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/q5KdI2mr6ZKMYRZp/images/notebook_preview.png?fit=max&auto=format&n=q5KdI2mr6ZKMYRZp&q=85&s=e8a071499b9f49bf40d92e91156dc459" alt="" width="3458" height="1702" data-path="images/notebook_preview.png" />
</Frame>
