nx-guides icon indicating copy to clipboard operation
nx-guides copied to clipboard

Notebook on shortest path using Dijkstra's algorithm

Open NikitaSharma1 opened this issue 3 years ago • 5 comments

I created a notebook on Dijkstra's algorithm and how it is implemented in NetworkX. I would like to know if there's any other topic I can add or explain in more detail.

NikitaSharma1 avatar Apr 10 '22 14:04 NikitaSharma1

Thanks @NikitaSharma1! Can you please convert the .ipynb notebook format to .md? You can use jupytext for this. With jupytext --to markdown notebook.ipynb you can convert it to markdown.

[we really need to get the contributing guide for nx-guides up and running 😅 ]

MridulS avatar Apr 14 '22 15:04 MridulS

@MridulS I converted it to md but I am getting make: *** [Makefile:20: html] Error 1 this error again and again . Can you please tell me how to resolve this? And yes, contribution guide is much needed 😅

NikitaSharma1 avatar Apr 14 '22 19:04 NikitaSharma1

The build passes now :) https://output.circle-artifacts.com/output/job/6a1b520d-4125-45f7-af94-41f04c4676e0/artifacts/0/site/_build/html/content/algorithms/Dijkstra/Dijkstra.html

MridulS avatar Apr 14 '22 19:04 MridulS

@MridulS thank you so much!!

NikitaSharma1 avatar Apr 14 '22 19:04 NikitaSharma1

@MridulS @rossbar I have made the changes you asked for, can you please review them?

NikitaSharma1 avatar Apr 15 '22 17:04 NikitaSharma1