From 7e0bc953c3722e0cbe3d2f78a9e8b682b3937023 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:13:47 +0200 Subject: [PATCH] Fix EPM_syllables.ipynb (#18) The command to activate the environment was wrong; it said `conda activate keypoint-moseq` but should be `conda activate keypoint_moseq` --- notebooks/EPM_syllables.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/EPM_syllables.ipynb b/notebooks/EPM_syllables.ipynb index feedceb..49fa28a 100644 --- a/notebooks/EPM_syllables.ipynb +++ b/notebooks/EPM_syllables.ipynb @@ -44,15 +44,15 @@ "\n", "This last command will create a conda environment called `keypoint_moseq`. We can activate this environment by running:\n", "```bash\n", - "conda activate keypoint-moseq\n", + "conda activate keypoint_moseq\n", "```\n", "\n", - "Optionally, to display interactive plots in the notebook, we can install the `ipympl` package in the `keypoint-moseq` environment:\n", + "Optionally, to display interactive plots in the notebook, we can install the `ipympl` package in the `keypoint_moseq` environment:\n", "```bash\n", "pip install ipympl \n", "```\n", "\n", - "Once all required packages are installed, you can re-open this notebook and select the `keypoint-moseq` kernel to get started." + "Once all required packages are installed, you can re-open this notebook and select the `keypoint_moseq` kernel to get started." ] }, {