File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919 <a href="https://pyportfolioopt.readthedocs.io/en/latest/">
2020 <img src="https://img.shields.io/badge/docs-passing-brightgreen.svg"
2121 alt="docs"></a>
22- <a href="https://mybinder.org/v2/gh/robertmartin8/pyportfolioopt/master">
22+ <a href="https://mybinder.org/v2/gh/robertmartin8/pyportfolioopt/master/?filepath=cookbook ">
2323 <img src="https://mybinder.org/badge_logo.svg"
2424 alt="binder"></a>
2525</p >
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN buildDeps='gcc g++' && \
77 apt-get update && apt-get install -y $buildDeps --no-install-recommends && \
88 pip install --upgrade pip==21.0.1 && \
99 pip install "poetry==1.1.4" && \
10+ pip install yfinance && \
1011 poetry install -E optionals --no-root && \
1112 apt-get purge -y --auto-remove $buildDeps
1213
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Installation
4444============
4545
4646If you would like to play with PyPortfolioOpt interactively in your browser, you may launch Binder
47- `here <https://mybinder.org/v2/gh/robertmartin8/pyportfolioopt/master >`__. It takes a
47+ `here <https://mybinder.org/v2/gh/robertmartin8/pyportfolioopt/master/?filepath=cookbook >`__. It takes a
4848while to set up, but it lets you try out the cookbook recipes without having to install anything.
4949
5050Prior to installing PyPortfolioOpt, you need to install C++. On macOS, this means that you need
You can’t perform that action at this time.
0 commit comments