Skip to content

Commit d849a84

Browse files
committed
environment updates
1 parent 5dd3891 commit d849a84

File tree

24 files changed

+354
-3134
lines changed

24 files changed

+354
-3134
lines changed

02_market_and_fundamental_data/03_data_providers/05_zipline_data_demo.ipynb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"Please follow installation instructions [here](../../installation/README.md)"
29-
]
30-
},
31-
{
32-
"cell_type": "markdown",
33-
"metadata": {},
34-
"source": [
35-
"Run the Docker image as explained in the installation [instructions](../../installation/README.md) and select the `ml4t-zipline` environment after starting the jupyter server."
28+
"> 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."
3629
]
3730
},
3831
{
@@ -3556,4 +3549,4 @@
35563549
},
35573550
"nbformat": 4,
35583551
"nbformat_minor": 4
3559-
}
3552+
}

04_alpha_factor_research/04_single_factor_zipline.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"> Please see the installation [instructions](../installation/README.md) for setting up Zipline and fixing **known issues**. Use with `conda` environment `ml4t-zipline`"
21+
"> 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."
2222
]
2323
},
2424
{
@@ -60,8 +60,7 @@
6060
"source": [
6161
"%matplotlib inline\n",
6262
"\n",
63-
"import seaborn as sns\n",
64-
"import matplotlib.pyplot as plt"
63+
"import seaborn as sns"
6564
]
6665
},
6766
{
@@ -1867,4 +1866,4 @@
18671866
},
18681867
"nbformat": 4,
18691868
"nbformat_minor": 2
1870-
}
1869+
}

0 commit comments

Comments
 (0)