Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.26 KB

Jupyter Notebooks for Memgraph

🔮 Learn data science the easy way

Learn to use Memgraph quickly with the help of our Jupyter Notebooks.

The available notebooks are:

Export Notebook to markdown

A Jupyter Notebook can be exported in markdown format with the following command:

jupyter nbconvert my_notebook.ipynb --to markdown --output output.md