diff --git a/applications/data_visualisation/bokeh/bokeh.ipynb b/applications/data_visualisation/bokeh/bokeh.ipynb index 1484b0c3cbe7a3a0f9ece70df3b2c42a7bec0d63..00a69709da28c1758e529953300a45ce4ca1e80b 100644 --- a/applications/data_visualisation/bokeh/bokeh.ipynb +++ b/applications/data_visualisation/bokeh/bokeh.ipynb @@ -14,7 +14,7 @@ "\n", "## Install `bokeh`\n", "\n", - "`bokeh` is not installed in the `fslpython` environment so you will need to install it to run this notebook (e.g. `$FSLDIR/bin/conda install bokeh`)\n", + "`bokeh` is not installed in the `fslpython` environment so you will need to install it to run this notebook (e.g. `$FSLDIR/bin/conda install -p $FSLDIR bokeh`)\n", "\n", "Setup bokeh to work in this notebook:" ] diff --git a/applications/data_visualisation/nilearn.ipynb b/applications/data_visualisation/nilearn.ipynb index 58e79942d14fc396ea57c88ceb4f2a5f00596ec3..d7fbe13db4d8cc0bae31ad31fd4a789f592b8483 100644 --- a/applications/data_visualisation/nilearn.ipynb +++ b/applications/data_visualisation/nilearn.ipynb @@ -27,7 +27,7 @@ "3. 2D maximum intensity projection\n", "4. Surfaces\n", "\n", - "`nilearn` is not installed in the `fslpython` environment so you will need to install it to run this notebook (e.g. `$FSLDIR/bin/conda install nilearn`)" + "`nilearn` is not installed in the `fslpython` environment so you will need to install it to run this notebook (e.g. `$FSLDIR/bin/conda install -p $FSLDIR nilearn`)" ] }, { diff --git a/applications/data_visualisation/plotly.ipynb b/applications/data_visualisation/plotly.ipynb index 9a9a28c7ea7502fc0ea62ec472f4b271b1e5d641..d353aaa76c68675ae1cf1ebc19b6714f04ff836a 100644 --- a/applications/data_visualisation/plotly.ipynb +++ b/applications/data_visualisation/plotly.ipynb @@ -14,7 +14,7 @@ "\n", "### Install `plotly.py`\n", "\n", - "`plotly` is not installed in the `fslpython` environment so you will need to install it to run this notebook. (e.g. with `$FSLDIR/bin/conda install plotly`)\n", + "`plotly` is not installed in the `fslpython` environment so you will need to install it to run this notebook. (e.g. with `$FSLDIR/bin/conda install -p $FSLDIR plotly`)\n", "\n", "### Line & Scatter Plots\n", "https://plotly.com/python/line-and-scatter\n",