Skip to content

Commit ce32b1f

Browse files
committed
update colab instructions
1 parent ba87570 commit ce32b1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ TODO
2929

3030
### Google Colab
3131

32-
To use `ipympl` in colab follow the instructions [here](https://colab.research.google.com/github/googlecolab/colab-cdn-widget-manager/blob/main/notebooks/ipympl.ipynb)
32+
To use `ipympl` in colab run these lines:
33+
34+
```python
35+
from google.colab import output
36+
output.enable_custom_widget_manager()
37+
```
3338

3439
## Mixing Frontend and Backend Versions
3540

0 commit comments

Comments
 (0)