Open MridulS opened 4 years ago
For example you can look at https://nbviewer.jupyter.org/github/networkx/notebooks/blob/main/generators/geometric.ipynb
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?
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.
Notebooks which explain algorithms implemented in networkx will be a great addition to this repository.