Skip to content

Commit b1776f8

Browse files
authored
Merge pull request #139 from sdbbs/sdbbs-restore-import
restoring BokehModel import in __init__.py (reverts part of 8f21a15)
2 parents a8deb40 + 746ca3b commit b1776f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_bokeh/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
HERE = Path(__file__).parent.resolve()
88

9+
from .widgets import BokehModel
910
with (HERE / "labextension" / "package.json").open() as fid:
1011
data = json.load(fid)
1112

0 commit comments

Comments
 (0)