Skip to content

Commit ddc9c2d

Browse files
committed
Add Google Colab badge to README
Introduced a section in the README to allow users to try PyEnzyme directly in Google Colab via an interactive notebook badge.
1 parent 0862b16 commit ddc9c2d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ cd PyEnzyme
3232
python3 setup.py install
3333
```
3434

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+
3543
### ⚙️ Package Options
3644

3745
PyEnzyme comes with many flavors, choose whether you want only the base installation, the modeling package or all of it

0 commit comments

Comments
 (0)