Skip to content

Commit

Permalink
Add sequence_jacobian to requirements for binder (#1503)
Browse files Browse the repository at this point in the history
* add sequence_jacobian to requirements for binder

* Remove manual pip install
  • Loading branch information
MridulS authored Oct 16, 2024
1 parent f22a3ca commit 73db66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git+https://github.com/econ-ark/hark@master
sequence_jacobian # required for KS-HARK-presentation example
25 changes: 0 additions & 25 deletions examples/ConsNewKeynesianModel/KS-HARK-presentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,6 @@
"By William Du"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "46e98a1e",
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-11T15:18:12.929098Z",
"iopub.status.busy": "2024-07-11T15:18:12.928854Z",
"iopub.status.idle": "2024-07-11T15:18:14.164584Z",
"shell.execute_reply": "2024-07-11T15:18:14.163965Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install sequence_jacobian -q"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit 73db66b

Please sign in to comment.