Skip to content

Commit 9a9cd39

Browse files
committed
Default to collapsed sidebar
1 parent db9ff8e commit 9a9cd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yfiles_jupyter_graphs_for_neo4j/Yfiles_Neo4j_Graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class Neo4jGraphWidget:
1919
def __init__(self, driver=None, widget_layout=None,
20-
overview_enabled=None, context_start_with='About', license=None,
20+
overview_enabled=None, context_start_with=None, license=None,
2121
autocomplete_relationships=False):
2222
self._widget = GraphWidget()
2323
self._driver = driver

0 commit comments

Comments
 (0)