Skip to content

Commit 7227124

Browse files
committed
modified notebook
1 parent dd1a597 commit 7227124

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

discrete.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,22 @@
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,

0 commit comments

Comments
 (0)