An open API service indexing awesome lists of open source software.

https://github.com/memgraph/jupyter-memgraph-tutorials

Learn to use Memgraph with the help of Jupyter Notebooks
https://github.com/memgraph/jupyter-memgraph-tutorials

cypher data-science graph-database jupyter jupyter-notebook jupyter-notebooks memgraph notebook workshop

Last synced: 10 months ago
JSON representation

Learn to use Memgraph with the help of Jupyter Notebooks

Awesome Lists containing this project

README

          

# 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:

- **[getting_started/getting_started.ipynb](/getting_started/getting_started.ipynb)**
- **[gqlalchemy/query_builder.ipynb](/gqlalchemy/query_builder.ipynb)**
- **[gqlalchemy/schema_definition.ipynb](/gqlalchemy/schema_definition.ipynb)**
- **[twitter_network_analysis/twitter_network.ipynb](/twitter_network_analysis/twitter_network.ipynb)**
- **[pytorch_amazon_network_analysis/amazon_network_analysis.ipynb](/pytorch_amazon_network_analysis/amazon_network_analysis.ipynb)**
- **[internet_infrastructure_analysis/dynamic_betweenness_centrality.ipynb](/internet_infrastructure_analysis/dynamic_betweenness_centrality.ipynb)**
- **[gqlalchemy-workshop/workshop/gqlalchemy-workshop.ipynb](/gqlalchemy-workshop/workshop/gqlalchemy-workshop.ipynb)**
- **[cugraph-analytics/cugraph-analytics.ipynb](/cugraph-analytics/cugraph-analyticsipynb)**
- **[got-analysis/game-of-graphs.ipynb](/got-analysis/game-of-graphs.ipynb)**
- **[vector_search_example/vector_search_example.ipynb](/vector_search_example/vector_search_example.ipynb)**

## 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
```