File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 3737 "metadata" : {},
3838 "source" : [
3939 " ## Load some packages\n " ,
40- " We make use of the [ssm](https://github.com/lindermanlab/ssm) and [dynamax](https://probml.github.io/dynamax) libraries throughout this notebook."
40+ " We make use of the [ssm](https://github.com/lindermanlab/ssm) and [dynamax](https://probml.github.io/dynamax) libraries throughout this notebook.\n " ,
41+ " The ssm library can be installed as follows : \n " ,
42+ " \n " ,
43+ " ```\n " ,
44+ " git clone https://github.com/lindermanlab/ssm\n " ,
45+ " cd ssm\n " ,
46+ " pip install numpy cython\n " ,
47+ " pip install -e .\n " ,
48+ " ```"
4149 ]
4250 },
51+ {
52+ "cell_type" : " markdown" ,
53+ "metadata" : {},
54+ "source" : []
55+ },
4356 {
4457 "cell_type" : " code" ,
4558 "execution_count" : 1 ,
You can’t perform that action at this time.
0 commit comments