networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
184 stars 105 forks source link

Pedagogical notebooks to explain algorithms in networkx #13

Open MridulS opened 3 years ago

MridulS commented 3 years ago

Notebooks which explain algorithms implemented in networkx will be a great addition to this repository.

MridulS commented 3 years ago

For example you can look at https://nbviewer.jupyter.org/github/networkx/notebooks/blob/main/generators/geometric.ipynb

mjhajharia commented 3 years ago

hey, i think i could make a notebook on the Graph algorithms from networkx to visualise and operate on text data. I'm a little confused whether the notebooks should be centered around networkx application or rather organized clusters of simple notebooks to explain entire networkx documentation. Perhaps, personally I think 1-2 dozen notebooks on the relevant Graph theory applications and use of networkx in them would be pretty cool. Let me know what do you think?

dschult commented 3 years ago

I think we envision your preferred set of notebooks -- 1-2 dozen notebooks each on a relevant Graph Theory application. Visualization and operations on text data (from literature? or journalism? what kinds of text are you thinking?) would be great. Right now most of these notebooks are very close to the tutorials and examples from the NetworkX repository. That is for historical reasons (easy first step). We would like to create a collection of notebooks that are more application specific and perhaps more in depth than what is here currently.