Basics¶
Analytics Studio Notebook uses a python-based Jupyter Notebook interface to interact with SensiML servers. See the following steps for some of the basics of using Jupyter notebook.
Jupyter Notebook Shortcuts¶
If you have not used Jupyter notebooks before the following keyboard shortcuts will be useful.
Run a cell - Shift + Enter
Auto-complete - Press tab at any time while typing a function/command and Analytics Studio Notebook will give you all available options
Opening a New Notebook¶
Click the Notebooks tab in Analytics Studio Notebook

Click New -> Python 3.

If you already have a notebook open, click File -> New Notebook -> Python 3
This should create an Untitled.ipynb notebook and open it for you. (If it does not, click the Refresh icon and open it from the list)
