Launch Notebooks
This page is currently under development and will be updated soon.
Jupyter notebooks are a common way to run Python code for data science or data exploration. You can find more information about how TileDB Cloud manages JupyterLab instances here.
You can launch a JupyterLab instance by clicking on Launch Notebook
from the left menu, select and an image and the server size, and click on the Start
button. After about 30 seconds, you are all set to start writing some code. To shut down the notebook server, simply click on the Shut down
button (it also takes a few seconds).
The notebook will also automatically shutdown after 30 minutes if you close the tab with the notebook server still running.
Last updated