To add a new space you should create a new folder inside /notebooks
.
Here are some requirements for the file structure
- Folder name must be
kebab-case
- Folder must contain a Jupyter Notebook called
notebook.ipynb
- Folder must contain a
meta.toml
file which holds information about your SingleStore Space. See below for the structure of this file.
Your meta.toml
file should have a [meta]
section with the following keys:
- title: string
- description: string (optional)
- tags: string[] (optional)
Example:
[meta]
title="Atlas & Kai for Mongo Side-by-Side"
description="Compare performance on same code from simple to more complex queries"
tags=["mongodb", "kai"]