Work with YDB from Jupyter Notebook
Jupyter Notebook is an open-source tool for creating shareable documents that combine code, plain language descriptions, data, rich visualizations, and interactive controls.
The ydb-sqlalchemy dialect enables working with YDB from tools such as:
Example
A detailed usage example is available as a notebook.
Prerequisites:
- Python 3.8+
 - Jupyter Notebook
 - Existing YDB cluster, a single-node one from quickstart will suffice
 
To run the example, download the notebook file YDB SQLAlchemy - Jupyter Notebook Example.ipynb, open it in Jupyter, and follow each cell sequentially, executing code as necessary.
Was the article helpful?
Previous