Skip to content

Commit

Permalink
capturing output from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
slinderman committed Nov 14, 2022
1 parent ff4a23e commit 601105b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/hmm/casino_hmm_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/linear_gaussian_ssm/kf_tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/linear_gaussian_ssm/lgssm_hmc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/linear_gaussian_ssm/lgssm_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/nonlinear_gaussian_ssm/ekf_mlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/nonlinear_gaussian_ssm/ekf_ukf_spiral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
},
"outputs": [],
"source": [
"%%capture\n",
"try:\n",
" import dynamax\n",
"except ModuleNotFoundError:\n",
Expand Down

0 comments on commit 601105b

Please sign in to comment.