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

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

Awesome Lists containing this project

README

          

# JuliaGraphsTutorials
[![Slack](https://img.shields.io/badge/Join%20Our%20Community-Slack-blue)](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.