Commit 5ca84df
authored
Fix the error message when IPython is not available (#701)
When IPython is not available, `fig.show()` reports an error:
```
Cannot find IPython. Make sure you have it installed or use 'external=True' to open in an external viewer.
```
The error message is out-of-date. Instead, it should report:
```
Cannot find IPython. Make sure you have it installed or use 'method="external"' to open in an external viewer.
```1 parent 3fb3d7a commit 5ca84df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments