Skip to content

Commit e6590c2

Browse files
committed
Enable jupytergis_lab in WASM platform
1 parent d3eeb82 commit e6590c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/jupytergis_lab/jupytergis_lab/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88

99
__version__ = "dev"
1010

11-
import sys
12-
13-
if sys.platform == "emscripten":
14-
raise ImportError(
15-
"Cannot use the JupyterGIS Python API in a JupyterLite kernel yet"
16-
)
17-
1811
from .notebook import GISDocument # noqa
1912

2013

0 commit comments

Comments
 (0)