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 20e0ead commit c4189cdCopy full SHA for c4189cd
packages/python/plotly/plotlywidget/__init__.py
@@ -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