We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd4824 commit edb29f7Copy full SHA for edb29f7
README.md
@@ -390,6 +390,23 @@ BUILD_INSIGHTS=1 python setup.py develop
390
python captum/insights/example.py
391
```
392
393
+### Captum Insights Jupyter Widget
394
+Captum Insights also has a Jupyter widget providing the same user interface as the web app.
395
+To install and enable the widget, run
396
+
397
+```
398
+jupyter nbextension install --py --symlink --sys-prefix captum.insights.widget
399
+jupyter nbextension enable captum.insights.widget --py --sys-prefix
400
401
402
+To build the widget from a checkout in a conda environment run
403
404
405
+conda install -c conda-forge yarn
406
+BUILD_INSIGHTS=1 python setup.py develop
407
408
409
410
## Contributing
411
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
412
0 commit comments