This guide walks through how to use Mantle Notebooks to go from data to shareable insight.
Mantle Notebooks provide a workspace for biological data analysis in Python.
If you’ve ever used a Jupyter notebook or another .ipynb
format code notebook, such as Google Colab, the Mantle Notebook interface should look familiar! We’ve added a few features to simplify interacting with your Mantle Database and transforming your data.
Get started with Mantle Notebooks by navigating to the Notebooks tab within Mantle.
Notebooks consist of a series of cells. There are multiple types of cells you can add in a Mantle Notebook, each with their own capabilities:
Capability | Enables you to… |
---|---|
Code |
|
Text |
|
Data |
|
You can add a new cell by clicking the type of cell you want in the toolbar at the bottom of the notebook.
Mantle Notebooks run in the cloud, so you don’t have to worry about occupying your computer’s resources (like storage, RAM, CPUs or GPUs) or installing any software on your own computer.
Learn more about the Notebook environment here.
Start a new notebook
Load data entities from your Mantle Database into your notebook
If necessary, download files from your data entity
Analyze your data
Share your results
Not sure where to start? Want some inspiration?
Every Mantle account comes with a few template notebooks preloaded. These are all fully runnable with example data, or you can upload your own data as new entities within the notebook and run the same analysis.
Want more? Browse our collection of templates here!
This guide walks through how to use Mantle Notebooks to go from data to shareable insight.
Mantle Notebooks provide a workspace for biological data analysis in Python.
If you’ve ever used a Jupyter notebook or another .ipynb
format code notebook, such as Google Colab, the Mantle Notebook interface should look familiar! We’ve added a few features to simplify interacting with your Mantle Database and transforming your data.
Get started with Mantle Notebooks by navigating to the Notebooks tab within Mantle.
Notebooks consist of a series of cells. There are multiple types of cells you can add in a Mantle Notebook, each with their own capabilities:
Capability | Enables you to… |
---|---|
Code |
|
Text |
|
Data |
|
You can add a new cell by clicking the type of cell you want in the toolbar at the bottom of the notebook.
Mantle Notebooks run in the cloud, so you don’t have to worry about occupying your computer’s resources (like storage, RAM, CPUs or GPUs) or installing any software on your own computer.
Learn more about the Notebook environment here.
Start a new notebook
Load data entities from your Mantle Database into your notebook
If necessary, download files from your data entity
Analyze your data
Share your results
Not sure where to start? Want some inspiration?
Every Mantle account comes with a few template notebooks preloaded. These are all fully runnable with example data, or you can upload your own data as new entities within the notebook and run the same analysis.
Want more? Browse our collection of templates here!