Skip to content

Commit

Permalink
environment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Feb 27, 2021
1 parent 5dd3891 commit d849a84
Show file tree
Hide file tree
Showing 24 changed files with 354 additions and 3,134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Please follow installation instructions [here](../../installation/README.md)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Run the Docker image as explained in the installation [instructions](../../installation/README.md) and select the `ml4t-zipline` environment after starting the jupyter server."
"> This notebook requires the `conda` environment `backtest`. Please see the [installation instructions](../installation/README.md) for running the latest Docker image or alternative ways to set up your environment."
]
},
{
Expand Down Expand Up @@ -3556,4 +3549,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
7 changes: 3 additions & 4 deletions 04_alpha_factor_research/04_single_factor_zipline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> Please see the installation [instructions](../installation/README.md) for setting up Zipline and fixing **known issues**. Use with `conda` environment `ml4t-zipline`"
"> This notebook requires the `conda` environment `backtest`. Please see the [installation instructions](../installation/README.md) for running the latest Docker image or alternative ways to set up your environment."
]
},
{
Expand Down Expand Up @@ -60,8 +60,7 @@
"source": [
"%matplotlib inline\n",
"\n",
"import seaborn as sns\n",
"import matplotlib.pyplot as plt"
"import seaborn as sns"
]
},
{
Expand Down Expand Up @@ -1867,4 +1866,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Loading

0 comments on commit d849a84

Please sign in to comment.