Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
883c4d8
1
Parent(s):
a74e308
Turn off precompilation in colab demo
Browse files- examples/pysr_demo.ipynb +1 -1
examples/pysr_demo.ipynb
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
"source": [
|
138 |
"import pysr\n",
|
139 |
"\n",
|
140 |
-
"pysr.install()\n"
|
141 |
]
|
142 |
},
|
143 |
{
|
|
|
137 |
"source": [
|
138 |
"import pysr\n",
|
139 |
"\n",
|
140 |
+
"pysr.install(precompile=False)\n"
|
141 |
]
|
142 |
},
|
143 |
{
|