Skip to content

Commit

Permalink
Fix EPM_syllables.ipynb (#18)
Browse files Browse the repository at this point in the history
The command to activate the environment was wrong; it said `conda activate keypoint-moseq` but should be `conda activate keypoint_moseq`
  • Loading branch information
sfmig authored Oct 2, 2024
1 parent bb3033e commit 7e0bc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/EPM_syllables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 7e0bc95

Please sign in to comment.