Skip to content

Commit 99945a8

Browse files
committed
Upgrade my-jupyter-shared-drive
1 parent 087b5ce commit 99945a8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- sidecar
1515
- pip:
1616
- yjs-widgets>=0.4,<0.5
17-
- my-jupyter-shared-drive<0.2.0
17+
- my-jupyter-shared-drive>=0.2.0
1818
- ../python/jupytergis_lab
1919
- ../python/jupytergis_core
2020
- ../python/jupytergis_lite

lite/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- sidecar
1515
- pip:
1616
- yjs-widgets>=0.4,<0.5
17-
- my-jupyter-shared-drive<0.2.0
17+
- my-jupyter-shared-drive>=0.2.0
1818
- ../jupytergis_lab-0.0.1-py3-none-any.whl
1919
- ../jupytergis_core-0.0.1-py3-none-any.whl
2020
- ../jupytergis_lite-0.0.1-py3-none-any.whl

python/jupytergis_lab/src/notebookrenderer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const notebookRendererPlugin: JupyterFrontEndPlugin<void> = {
168168
const { path, format, contentType } = commMetadata;
169169
const fileFormat = format as Contents.FileFormat;
170170

171+
debugger;
171172
if (!drive) {
172173
showErrorMessage(
173174
'Error using the JupyterGIS Python API',

python/jupytergis_lite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"jupytergis_core==0.9.1",
2323
"jupytergis_lab==0.9.1",
24-
"my-jupyter-shared-drive<0.2.0",
24+
"my-jupyter-shared-drive>=0.2.0",
2525
]
2626
dynamic = ["version"]
2727
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)