Skip to content

Commit

Permalink
docs: fix jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareentrepreneer committed Feb 25, 2024
1 parent e730597 commit e041f1a
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 39 deletions.
14 changes: 2 additions & 12 deletions docs/getting-started/quickstart/event_driven_backtesting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%capture output\n",
"!pip install pfund"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -37,7 +27,7 @@
"'0.0.1.dev4'"
]
},
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading

0 comments on commit e041f1a

Please sign in to comment.