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 a8deb40 commit 746ca3bCopy full SHA for 746ca3b
jupyter_bokeh/__init__.py
@@ -6,6 +6,7 @@
6
7
HERE = Path(__file__).parent.resolve()
8
9
+from .widgets import BokehModel
10
with (HERE / "labextension" / "package.json").open() as fid:
11
data = json.load(fid)
12
0 commit comments