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.
2 parents a8deb40 + 746ca3b commit b1776f8Copy full SHA for b1776f8
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