> For the complete documentation index, see [llms.txt](https://docs.autonmis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonmis.com/create-and-manage-your-first-python-notebook/creating-a-python-notebook.md).

# Creating a Python Notebook

Once logged into the platform, you will be redirected to the **'Home'** tab by default. To begin creating a Python notebook, follow these steps:

### Accessing the Python Notebook

1. From the left-hand navigation, click on the **'PYTHON'** tab within '**NOTEBOOKS**' dropdown.
2. This redirects you to the **Python Notebook** page, where you can create and edit notebooks.
3. The page will display a list of existing notebooks as cards. You can filter them by:
   * **Status** (Published, Unpublished)
   * **Author** (You, Other)
4. Use the search bar to find specific notebooks easily.

<figure><img src="https://1640066561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3UjpVP9YQLo2slTy7qQ1%2Fuploads%2F79GNcaQlDutjLR0pjXuv%2Fimage.png?alt=media&amp;token=5d31e32d-1ce7-455f-959c-4bc62695764d" alt=""><figcaption></figcaption></figure>

### Creating a New Notebook

1. Click on the **'+ Python Notebook'** CTA to start a new notebook.

<figure><img src="https://1640066561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3UjpVP9YQLo2slTy7qQ1%2Fuploads%2FMIwdzcdiXFRScej4JpZn%2Fimage.png?alt=media&amp;token=dd9f9de2-fa4c-4794-98c3-429334ccb31a" alt=""><figcaption></figcaption></figure>

2. A popup will ask for the following details:
   * **Name** of the notebook.
   * **Description**
3. Click on **'Add'** to create and access the notebook.

### Method Selection for Notebook Creation

Once the notebook is created, it will redirect you to select a method for generating notebook, a prompt will appear asking you to choose a method to generate the notebook:

1. **Generate Using AI:** Automatically generates a notebook based on your input.
2. **Build Manually:** Allows manual creation of a notebook step-by-step.

<figure><img src="https://1640066561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3UjpVP9YQLo2slTy7qQ1%2Fuploads%2FHGSUMSGjYEp8ZwQVVEc4%2Fimage.png?alt=media&amp;token=b9bd0ec5-a592-4ee6-9bde-9228b2fb6a80" alt="" width="375"><figcaption></figcaption></figure>
