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 38f8dba commit 50e53f1Copy full SHA for 50e53f1
1 file changed
maplibre/ipywidget.py
@@ -1,7 +1,6 @@
1
from __future__ import annotations
2
3
import logging
4
-from os.path import join
5
from pathlib import Path
6
7
logging.basicConfig()
@@ -12,8 +11,6 @@
12
11
import traitlets
13
from anywidget import AnyWidget
14
except ImportError as e:
15
- # traitlets = None
16
- # AnyWidget = None
17
logger.error(e)
18
logger.error("Please install 'maplibre[anywidget]' if you want to use maplibre in 'marimo' or 'jupyter' notebooks.")
19
0 commit comments