Skip to content

Commit ca76d58

Browse files
committed
DOC: Add link to run examples on Google Colab
1 parent fc895e4 commit ca76d58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backtesting/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
* [Parameter Heatmap](../examples/Parameter Heatmap.html)
1111
* [Trading with Machine Learning](../examples/Trading with Machine Learning.html)
1212
13-
These tutorials are also available to test as live Jupyter notebooks:
13+
These tutorials are also available as live Jupyter notebooks:
1414
[![Binder](https://mybinder.org/badge_logo.svg)][binder]
15+
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)][colab]
16+
<br>In Colab, you might have to `!pip install backtesting`.
1517
1618
[binder]: \
1719
https://mybinder.org/v2/gh/kernc/backtesting.py/master?\
1820
urlpath=lab%2Ftree%2Fdoc%2Fexamples%2FQuick%20Start%20User%20Guide.ipynb
21+
[colab]: https://colab.research.google.com/github/kernc/backtesting.py/
1922
2023
## Example Strategies
2124

0 commit comments

Comments
 (0)