Using Notebooks
SingleStoreDB Cloud supports Jupyter Notebooks for development using SQL and Python.
Import and Run Notebooks
Tip
Get Started Quickly: Notebooks in SingleStoreDB Cloud are Jupyter notebooks and if you are familiar with how to use them, you can jump right in and get started. In the Shared folder there is a subfolder called "sample", which contains sample notebooks. You can find how-to guides, tutorials, and getting started information there.
To get started with using a notebook, we recommend using the "getting started" notebook in the sample folder located in the Shared folder. This notebook provides an introduction to the basics of working with notebooks in SingleStoreDB. Learn about the different types of cells in a notebook and how to use them in the context of SingleStoreDB to write code and develop applications.
Manage Notebooks
How to perform the basic, non-development notebook tasks: find, share, create, open/edit, delete, and rename.
Create or Open/Edit a Notebook
To open or edit an existing notebook, select the notebook in the list of notebooks.
To create a notebook:
Select the ‘+’ icon next to Notebooks.
Enter a name for the notebook.
Choose a location (Personal or Shared) for the notebook.
Select a template from the template list, or just use "Blank".
Select Create.
Select a Python kernel and select Submit.

Rename a Notebook
To rename a notebook, select Rename from the (three-dot) More menu next to the desired notebook.
Duplicate a Notebook
To duplicate a notebook, select Duplicate from the (three-dot) More menu next to the desired notebook.
Enter a name for the notebook and select a location. If you duplicate a notebook from the Personal folder to a Shared folder, the new notebook will not be private.
Delete a Notebook
To delete a notebook, select Delete from the (three-dot) More menu next to the desired notebook.