Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4189cd

Browse files
committed
Restore plotlywidget/__init__.py
1 parent 20e0ead commit c4189cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
def _jupyter_nbextension_paths():
2+
return [{
3+
'section': 'notebook',
4+
'src': 'static',
5+
'dest': 'plotlywidget',
6+
'require': 'plotlywidget/extension'
7+
}]
8+
9+
__frontend_version__ = '^0.1'

0 commit comments

Comments
 (0)