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 33f6678 commit 8e1a7c9Copy full SHA for 8e1a7c9
python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py
@@ -26,6 +26,6 @@ def geo_debug(geojson_path: str) -> None:
26
# Also, if using sidecar, right panel can't be displayed. Can we open a
27
# "native" JupyterLab pane instead of using sidecar?
28
29
- sc = Sidecar(title="JupyterGIS sidecar")
+ sc = Sidecar(title="JupyterGIS sidecar", anchor="split-right")
30
with sc:
31
display(doc)
0 commit comments