Skip to content

Commit 8e1a7c9

Browse files
committed
Open in a new JupyterLab window/tab!
1 parent 33f6678 commit 8e1a7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def geo_debug(geojson_path: str) -> None:
2626
# Also, if using sidecar, right panel can't be displayed. Can we open a
2727
# "native" JupyterLab pane instead of using sidecar?
2828

29-
sc = Sidecar(title="JupyterGIS sidecar")
29+
sc = Sidecar(title="JupyterGIS sidecar", anchor="split-right")
3030
with sc:
3131
display(doc)

0 commit comments

Comments
 (0)