Skip to content

Commit ae0ec2d

Browse files
committed
README: Add --overwrite option to the nbextension install
1 parent 8e0538b commit ae0ec2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ yarn run build
104104

105105
For classic notebook, you need to run:
106106
```bash
107-
jupyter nbextension install --py --symlink --sys-prefix ipympl
107+
jupyter nbextension install --py --symlink --sys-prefix --overwrite ipympl
108108
jupyter nbextension enable --py --sys-prefix ipympl
109109
```
110110

0 commit comments

Comments
 (0)