Dilara Tekinoglu
Dilara Tekinoglu
Hello @MridulS , I am continuously getting the following error: make: *** [Makefile:20: html] Error 1 Do you have any idea about what could be the reason?
Thank you! @inomag
Thank you @MridulS it passes the checks now 😄 I initally included a quiz cell which requires user input, but I thought that it is not supported. Thus, I removed...
@MridulS how can I apply lint pre-commit changes for the notebooks?
Thank you @rossbar , I will be looking into it.
I created the subgraph induced on nodes in your first example:  As @U-238 told, total path length of 233 is 7, whereas it is 8 for 236. But I...
I made the new method private so that `nx.draw_networkx_edges` directly calls it if the input graph is a multigraph. However, I have the following problem: I designed `_draw_networkx_multigraph_edges` method such...
Almost all the test cases are failing for `draw_networkx_edges()` now, and I could not identify the reason. For example, `test_single_edge_color_undirected(edge_color, expected, edgelist)` is giving the following result for the current...