networkx / nx-guides

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

How do I share my ipynb file? #16

Closed Hetarth02 closed 3 years ago

Hetarth02 commented 3 years ago

@MridulS I have created a documentation in jupyter notebook regarding Basic functions of Bipartite graphs and I want to share it with you so you can check and approve or give me feedback on how to improve and what to add so it can be documented. Please, guide me on How can I share it with you?

MridulS commented 3 years ago

You can create a Pull Request against this repository (networkx/notebooks) with your ipynb.

Hetarth02 commented 3 years ago

I can't seem to get an idea on how to do so...? Exactly which folders do I compare or in which folder do I upload my file, what exactly do I do?

Hetarth02 commented 3 years ago

@MridulS I managed to create a PR but it is showing a red cross on it. Is there any problem? If not, I have uploaded a jupyter notebook named Bipartite_basic_functions, do check it out and give me feedback on it.

dschult commented 3 years ago

The red x on the PR means that the automated tests didn't pass. That looks like it is an issue with the "master vs main" branch names in our CI testing system. So, don't worry about that trouble for now. We're working to get that right.

Hetarth02 commented 3 years ago

Oh! I see. Also, do check the notebook and guide me if it needs improvisation. Thanks, in advance!