Skip to content

Commit

Permalink
fixing the colab link in readme to currently point to the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ShantanuKodgirwar committed Jul 8, 2024
1 parent 30c956c commit c97ef39
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PtyLab is an inverse modeling toolbox for Conventional (CP) and Fourier (FP) pty

The simplest way to get started is to check the below demo in Google Colab.

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github.com/PtyLab/PtyLab.py/blob/main/demo.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PtyLab/PtyLab.py/blob/main/demo.ipynb)
![demo](assets/recon.gif)

To explore more use cases of PtyLab, check the [example_scripts](example_scripts) and [jupyter_tutorials](jupyter_tutorials) directories. However, please install the package first as described in the below sections.
Expand Down
115 changes: 79 additions & 36 deletions demo.ipynb

Large diffs are not rendered by default.

0 comments on commit c97ef39

Please sign in to comment.