MilesCranmer commited on
Commit
f5d41d2
1 Parent(s): a1a766e

Link colab in introduction

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -87,8 +87,10 @@ If none of these folders contain your Julia binary, then you need to add Julia's
87
 
88
  # Introduction
89
 
90
- Let's create a PySR example. First, let's import
91
- numpy to generate some test data:
 
 
92
 
93
  ```python
94
  import numpy as np
 
87
 
88
  # Introduction
89
 
90
+ You might wish to try the interactive tutorial [here](https://colab.research.google.com/github/MilesCranmer/PySR/blob/master/examples/pysr_demo.ipynb), which uses the notebook in `examples/pysr_demo.ipynb`.
91
+
92
+ We also give a quick demo here which you can paste into a Python runtime.
93
+ First, let's import numpy to generate some test data:
94
 
95
  ```python
96
  import numpy as np