Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Nov 8, 2023
2 parents 9a91729 + ba23ef1 commit abcce3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 551 deletions.
555 changes: 5 additions & 550 deletions docs/source/analysis.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"[This notebook](https://github.com/dattalab/keypoint-moseq/blob/main/docs/source/modeling.ipynb) shows how to setup a new project, train a keypoint-MoSeq model and visualize the resulting syllables. \n",
"\n",
"```{note}\n",
"The calibration step below requires jupyterlab. It will not work in jupyter notebook.\n",
"The calibration step below requires jupyterlab launched from the `keypoint_moseq` environment. It will not work in jupyter notebook.\n",
"```\n"
]
},
Expand Down
1 change: 1 addition & 0 deletions keypoint_moseq/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from copy import deepcopy
from glob import glob
import panel as pn
from jax_moseq.utils import get_durations, get_frequencies

pn.extension("plotly", "tabulator")
na = np.newaxis
Expand Down

0 comments on commit abcce3a

Please sign in to comment.