Skip to content

Commit

Permalink
Update README for jupyter widget
Browse files Browse the repository at this point in the history
  • Loading branch information
J0Nreynolds committed Oct 25, 2019
1 parent a75bd6e commit 332fee7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,23 @@ BUILD_INSIGHTS=1 python setup.py develop
python captum/insights/example.py
```

### Captum Insights Jupyter Widget
Captum Insights also has a Jupyter widget providing the same user interface as the web app.
To install and enable the widget, run

```
jupyter nbextension install --py --symlink --sys-prefix captum.insights.widget
jupyter nbextension enable captum.insights.widget --py --sys-prefix
```

To build the widget from a checkout in a conda environment run

```
conda install -c conda-forge yarn
BUILD_INSIGHTS=1 python setup.py develop
```


## Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.

Expand Down

0 comments on commit 332fee7

Please sign in to comment.