Skip to content

Commit

Permalink
clearer env install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Dec 5, 2023
1 parent cca90bc commit 7c0fc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pip install panel
::::

:::{important}
Is Panel installed together with JupyterLab/Jupyter Notebook in your working environment? If not, you need to make sure that `pyviz_comms` is explicitly installed next to JupyterLab/Jupyter Notebook (`conda install pyviz_comms` or `pip install pyviz-comms`) for bi-directional communication to be fully working.
Is Panel installed together with JupyterLab/Jupyter Notebook in your working environment? If not, you need to make sure that `pyviz_comms` is explicitly installed in the same environment as JupyterLab/Jupyter Notebook (`conda install pyviz_comms` or `pip install pyviz-comms`) for bi-directional communication to be fully working.
:::

:::{seealso}
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to/notebook/notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You generally have two ways to install JupyterLab/Jupyter Notebook:
1. directly in your working environment that contains all the dependencies you need to run your project
2. in another environment, maybe a central environment or an environment dedicated to Jupyter, in which case when you run a notebook you should pick the kernel of your project environment

When in the second setup, you need to ensure that `pyviz_comms` is explicitly installed next to JupyterLab/Jupyter Notebook (with `conda install pyviz_comms` or `pip install pyviz-comms`) for bi-directional communication to be fully working.
When in the second setup, you need to ensure that `pyviz_comms` is explicitly installed in the same environment as JupyterLab/Jupyter Notebook (with `conda install pyviz_comms` or `pip install pyviz-comms`) for bi-directional communication to be fully working.

## Loading the extension

Expand Down

0 comments on commit 7c0fc11

Please sign in to comment.