Pratik Gupta

Results 18 comments of Pratik Gupta

@dtekinoglu You need to include the content in `nx-guides/content/algorithms/index.md`

Hi @dtekinoglu, I am not sure what is wrong here but I think you can make the following changes - - Instead of using images in base64 form, you can...

Hey @MridulS, I am currently creating a notebook which would explain all the examples on the [gallery](https://networkx.org/documentation/latest/auto_examples/index.html#geospatial) section. I have included the working of the various algorithms like Delaunay Triangulation,...

@rossbar @MridulS Thanks for the input! These are not necessarily algorithms but the Geospatial examples mentioned in the Gallery section. - [Delaunay graphs from geographic points](https://networkx.org/documentation/stable/auto_examples/geospatial/plot_delaunay.html#) - [OpenStreetMap with OSMnx](https://networkx.org/documentation/stable/auto_examples/geospatial/plot_osmnx.html#)...

Yes @rossbar, using `scipy.spatial` was also an option. There was no reason other than that Delaunay triangulation was implemented on the Networkx website using `PySAL`. Should I change it to...

Also, regarding the unsuccessful builds, do you have any suggestions what changes should I make?

Ok thanks. For now, build is successful. Also, I am interested in applying for GSOC in `Pedagogical Notebooks` project. If possible, I would also like to work and resolve the...

Yes, its not an issue. Instead, we need to check the dependencies we are about to include in the requirements. Though I have mentioned it in my proposal, its more...

Hey @MridulS , I would like to do this. Should I create a PR?