We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7879 commit 429ef18Copy full SHA for 429ef18
stormvogel/visualization.py
@@ -27,7 +27,7 @@ def __init__(
27
self.model = model
28
if (
29
name[-5:] != ".html"
30
- ): # We do not require the user to explicitly type .html in their names.
+ ): # We do not require the user to explicitly type .html in their names
31
name += ".html"
32
self.name = name
33
self.g = Network(notebook=notebook, directed=True, cdn_resources=cdn_resources)
0 commit comments