We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0862b16 commit ddc9c2dCopy full SHA for ddc9c2d
1 file changed
README.md
@@ -32,6 +32,14 @@ cd PyEnzyme
32
python3 setup.py install
33
```
34
35
+### 🚀 Try PyEnzyme in Google Colab
36
+
37
+Get hands-on experience with PyEnzyme without any local installation! Try our interactive Google Colab notebook by clicking the badge below:
38
39
+<a target="_blank" href="https://colab.research.google.com/github/EnzymeML/PyEnzyme/blob/main/examples/Basic.ipynb">
40
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
41
+</a>
42
43
### ⚙️ Package Options
44
45
PyEnzyme comes with many flavors, choose whether you want only the base installation, the modeling package or all of it
0 commit comments