diff --git a/applications/data_visualisation/bokeh/bokeh.ipynb b/applications/data_visualisation/bokeh/bokeh.ipynb
index 8b371e5d54711de158e492deccc5c7dd962a98ee..1484b0c3cbe7a3a0f9ece70df3b2c42a7bec0d63 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. `pip 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 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 1ee354dc091e3b8f2ab92eefd1da0f54fce0c1f1..58e79942d14fc396ea57c88ceb4f2a5f00596ec3 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. `pip 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 nilearn`)"
    ]
   },
   {
diff --git a/applications/data_visualisation/plotly.ipynb b/applications/data_visualisation/plotly.ipynb
index f6a22cf3f2e19a7923d6da248814f4e3d9d0f34a..9a9a28c7ea7502fc0ea62ec472f4b271b1e5d641 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 `pip 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 plotly`)\n",
     "\n",
     "### Line & Scatter Plots\n",
     "https://plotly.com/python/line-and-scatter\n",