Skip to content

Commit

Permalink
installation.md: add documentation on jupyter notebook requirements (#…
Browse files Browse the repository at this point in the history
…1392)

* installation.md: add documentation on jupyter notebook requirements

* Update doc/getting_started/installation.md

Co-authored-by: Andrew <15331990+ahuang11@users.noreply.github.com>

---------

Co-authored-by: Andrew <15331990+ahuang11@users.noreply.github.com>
  • Loading branch information
liufeimath and ahuang11 committed Aug 16, 2024
1 parent 6f245d4 commit eaf6d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ or with `pip`:

pip install hvplot

For versions of `jupyterlab>=3.0` the necessary extension is automatically bundled in the `pyviz_comms` package, which must be >=2.0. However note that for version of `jupyterlab<3.0` you must also manually install the JupyterLab extension with:
Note that `hvplot` needs to run in a Jupyter environment to automatically show output plots. However, if you are using a raw Python or IPython console, it is still possible to [show the plots](https://hvplot.holoviz.org/user_guide/Viewing.html#python-command-prompt-scripts) with `hvplot.show()` or [save the plots](https://hvplot.holoviz.org/user_guide/Viewing.html#saving-plots) even if you cannot view them interactively. For versions of `jupyterlab>=3.0` the necessary extension is automatically bundled in the `pyviz_comms` package, which must be >=2.0. However note that for version of `jupyterlab<3.0` you must also manually install the JupyterLab extension with:

conda install jupyterlab
jupyter labextension install @pyviz/jupyterlab_pyviz
Expand Down

0 comments on commit eaf6d74

Please sign in to comment.