Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
25164ef
1
Parent(s):
f5d41d2
Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,8 @@ If none of these folders contain your Julia binary, then you need to add Julia's
|
|
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 |
-
|
|
|
93 |
First, let's import numpy to generate some test data:
|
94 |
|
95 |
```python
|
|
|
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 |
+
In practice, I highly recommend using IPython rather than Jupyter, as the printing is much nicer.
|
93 |
+
Below is a quick demo here which you can paste into a Python runtime.
|
94 |
First, let's import numpy to generate some test data:
|
95 |
|
96 |
```python
|