File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Install the current version of ipywidgets using pip or conda.
69
69
70
70
```
71
71
pip install ipywidgets
72
- jupyter nbextension enable --py --sys-prefix widgetsnbextension
72
+ jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be skipped for notebook version 5.3 and above
73
73
```
74
74
75
75
- With conda:
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ def run(self):
205
205
'widgetsnbextension/static/extension.js' ,
206
206
'widgetsnbextension/static/extension.js.map'
207
207
]),
208
+ ('etc/jupyter/nbconfig/notebook.d/' , ['widgetsnbextension.json' ])
208
209
],
209
210
zip_safe = False ,
210
211
include_package_data = True ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "load_extensions" : {
3
+ "jupyter-js-widgets/extension" : true
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments