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
- Host: GitHub
- URL: https://github.com/memgraph/jupyter-memgraph-tutorials
- Owner: memgraph
- License: mit
- Created: 2021-11-03T17:55:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:23:11.000Z (over 1 year ago)
- Last Synced: 2024-12-20T16:32:06.427Z (over 1 year ago)
- Topics: cypher, data-science, graph-database, jupyter, jupyter-notebook, jupyter-notebooks, memgraph, notebook, workshop
- Language: Jupyter Notebook
- Homepage:
- Size: 29.4 MB
- Stars: 30
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```