jupyter-memgraph-tutorials icon indicating copy to clipboard operation
jupyter-memgraph-tutorials copied to clipboard

Learn to use Memgraph and GQLAlchemy quickly with the help of Jupyter Notebooks

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
  • gqlalchemy/query_builder.ipynb
  • gqlalchemy/schema_definition.ipynb
  • twitter_network_analysis/twitter_network.ipynb
  • pytorch_amazon_network_analysis/amazon_network_analysis.ipynb
  • internet_infrastructure_analysis/dynamic_betweenness_centrality.ipynb
  • gqlalchemy-workshop/workshop/gqlalchemy-workshop.ipynb
  • cugraph-analytics/cugraph-analytics.ipynb
  • got-analysis/game-of-graphs.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