Mridul Seth

Results 259 comments of Mridul Seth

You can check the doc build here https://output.circle-artifacts.com/output/job/427d7bcf-0a12-412e-af58-618e4985f1e2/artifacts/0/site/_build/html/content/algorithms/lca/LCA.html Please do checkout the suggestions by @inomag, they should help with cleaning up the output :)

@dtekinoglu I pushed the changes required to make the linters happy. It needs to run the pre-commit linters on the jupyter notebook (.ipynb) before converting it to myst. ``` #...

No worries, this is broken because of https://github.com/networkx/nx-guides/pull/76 Should be fixed once that is merged in.

Thanks @NikitaSharma1! Can you please convert the `.ipynb` notebook format to `.md`? You can use [`jupytext`](https://jupytext.readthedocs.io/en/latest/) for this. With `jupytext --to markdown notebook.ipynb` you can convert it to markdown. [we...

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

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

Hey @inomag, super! But before working on them could you please open an issue or a discussion about the exact algorithms you are planning on working on? You can also...

@inomag can you remove the Code of conduct from this PR?

You also need to install `rtree` to use `voronoi_frames`.

I cancelled the checks as it looks like there are some dependencies not available as a wheel and github actions were trying to compile and build them. But you can...