https://github.com/JuliaGraphs/JuliaGraphsTutorials
Tutorials in the form of Jupyter notebooks for the JuliaGraphs ecosystem
https://github.com/JuliaGraphs/JuliaGraphsTutorials
graph-theory jupyter-notebook tutorial
Last synced: 9 months ago
JSON representation
Tutorials in the form of Jupyter notebooks for the JuliaGraphs ecosystem
- Host: GitHub
- URL: https://github.com/JuliaGraphs/JuliaGraphsTutorials
- Owner: JuliaGraphs
- Created: 2017-03-04T05:39:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T17:06:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T23:23:12.180Z (10 months ago)
- Topics: graph-theory, jupyter-notebook, tutorial
- Language: Jupyter Notebook
- Size: 1.95 MB
- Stars: 99
- Watchers: 6
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JuliaGraphsTutorials
[](https://app.slack.com/client/T68168MUP/C759LHXV0)
Tutorials in the form of Jupyter notebooks for the JuliaGraphs ecosystem.
## Notebooks
The notebooks are better viewed on nbviewer:
- [Basic usage](http://nbviewer.jupyter.org/github/JuliaGraphs/JuliaGraphsTutorials/blob/master/Basics.ipynb)
- [DAG of Julia packages](http://nbviewer.jupyter.org/github/JuliaGraphs/JuliaGraphsTutorials/blob/master/DAG-Julia-Pkgs.ipynb)
- [Watts model](http://nbviewer.jupyter.org/github/JuliaGraphs/JuliaGraphsTutorials/blob/master/Watts-Model.ipynb)
- [Tipping Point](http://nbviewer.jupyter.org/github/JuliaGraphs/JuliaGraphsTutorials/blob/master/TheTippingPoint.ipynb)
- [Talk of the network](http://nbviewer.jupyter.org/github/JuliaGraphs/JuliaGraphsTutorials/blob/master/Talk-of-the-network.ipynb)
## Contributing
Please let us know if any of the notebooks are outdated or not functioning with the current release of `Graphs.jl`. Contributions are very welcome, please submit a pull request or open an issue with an example that you feel is missing.