Notebook
Notebook is a special Cypress object that stores content in a format compatible with Jupyter ecosystem.
Create a notebook
You can create a notebook in any directory where you have write permissions. In order to do that:
- Navigate the desired directory in the UI.
- Press "Create object" button.
- Select "Notebook" from the dropdown menu.
- Replace "New notebook" with a meaningful name.
Optionally, you may upload an existing .ipynb from your local filesystem by specfifying it on step 4.
Kernel selection
In order to run cells of a notebook, you need to select a notebook kernel using a drop-down in the top toolbar. If you don't have an accessible kernel, you will be suggested to create one.
Notebook interface
Interface of TractoAI notebooks is quite similar to JupyterLab.
Add cells by clicking an empty space between existing cells, by pressing corresponding buttons in the top-right toolbar of an existing cell, or by pressing Esc+A/Esc+B key combinations.
Execute cells by pressing "Run" botton in the top-left corner of a cell, or by pressing Shift+Enter key combination.
Cells may either contain code in Python or text in Markdown.