Skip to content

Commit 0eb9fa1

Browse files
committed
updated binder links
1 parent 156173b commit 0eb9fa1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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> &nbsp;
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> &nbsp;
2525
</p>

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Installation
4444
============
4545

4646
If 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
4848
while to set up, but it lets you try out the cookbook recipes without having to install anything.
4949

5050
Prior to installing PyPortfolioOpt, you need to install C++. On macOS, this means that you need

0 commit comments

Comments
 (0)