# Getting started

This section provides an introduction on how to start using the Iota software. Particularly, it will focus on how to use and Iota and its Python Library using [Jupyter Notebooks](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/what_is_jupyter.html).

## [Starting Iota Jupyter](/iota-user-manual/getting_started.md#starting-jupyter) <a href="#starting-jupyter" id="starting-jupyter"></a>

The [Jupyter Notebooks](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/what_is_jupyter.html) is installed during the installation process of Iota. Users can start Jupyter by clicking on the shortcut "Iota Jupyter" that can be found the "Iota" folder at the Start menu of their operative system.

![](/files/-Ll27HmKkrlB51XQxRRh)

After clicking on the "Iota Jupyter" shortcut, a command window will be open and after a few seconds, the dashboard of Jupyter will be automatically open in a tab of the user's default web browser (see picture below). This dashboard shows the content of the working directory of Iota. By default, this working directory is the "ParicleAnalytics" folder located in the user's home directory of the operative system (e.g. `C:/Users/Stephen/ParticleAnalytics`).

![](/files/-Ll27HmMVfWCVeJrCNx0)

## [Creating a new notebook](/iota-user-manual/getting_started.md#creating-a-new-notebook) <a href="#creating-a-new-notebook" id="creating-a-new-notebook"></a>

Users need an Iota notebook in order analyze their simulation data. A new notebook can be created by clicking on the "**New**" button located at the top right side of the window. Then select the option "Notebook:" > "**iota**" from the drop-down menu.

![](/files/-Ll27HmOxbfZH-4HTj2k)

The new empty notebook will be created and opened in new tab in your web browser. The image below shows an empty notebook.

![](/files/-Ll27HmQHV-GPiSdbbQ2)

As a good practice, it is recommended to create first a folder for your analysis and then create the notebook inside that folder. In this way, the images, videos or other files generated during the analysis will be stored inside that folder by default. A new folder can be created from the Jupyter home page by clicking on the "New" button located at the right side of the window and then selecting the option "Other:" > "Folder". Alternatively, the folder can also be created using the standard procedure of the operative system.

## [What is a notebook?](/iota-user-manual/getting_started.md#what-is-a-notebook) <a href="#what-is-a-notebook" id="what-is-a-notebook"></a>

A notebook can be understood as an interactive journal that records the analysis of one or more simulations. It contains a sequence of cells that capture the different steps of the analysis. Cells can contains multiple lines where users can type python commands or simple text. Two type of cells are mainly used:

* **Code cells**: users can type python functions including those provided by the Iota Python library.
* **Markdown cells**: users can type here text to add comments for their analysis.

By default, all new cells are initially added as a code cell, but users can change its type by using the drop-down on the toolbar of the notebook. Users can execute the content of a cell by using Shift-Enter or by clicking the "Run" button on the toolbar. New cells can be added by using the "+" button also located also on the toolbar.

For more detailed information about Jupyter notebooks and the user interface components, please see the following link: [The Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/stable/notebook.html#)

## [Example notebooks](/iota-user-manual/getting_started.md#getting-started-notebook) <a href="#getting-started-notebook" id="getting-started-notebook"></a>

A getting started package to help users to learn how to use Iota is available. The package contains two notebooks. First, the **Getting Started Notebook** is a notebook where the most common steps to use Iota to analyze an CFD simulation with Discrete Phase Modelling data are described. Finally, the **Advanced Notebook** delves into more advanced post-processing of the data, as well as into more options with coarse-graining. To use these notebooks:

1. Click on the following link to download the zip file that contains the getting started package: [Download link](https://particle-analytics-share.s3-eu-west-1.amazonaws.com/iota_example_notebooks.zip)
2. Unzip the download file into the "ParticleAnalytics" folder located in the user's home directory (e.g. `C:/Users/Stephen/ParticleAnalytics`)
3. Start "Iota Jupyter" using the shortcut in the Start Menu of the operative system.
4. In the Dashboard of Jupyter, click on the folder "iota\_example\_notebooks" &#x20;
5. Click on the "Getting\_Started\_Notebook" or "Advanced\_Notebook" notebooks to open them, and follow the instructions.&#x20;

First users of Iota should always start with the **Getting Started Notebook.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://particle-analytics-1.gitbook.io/iota-user-manual/getting_started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
