theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Update Jupyter notebooks #126

Closed FarnazH closed 2 years ago

FarnazH commented 2 years ago

@fwmeng88 I polished the notebooks to make them concise and easier to read, run, and reuse for other applications.

Checking the website, I noticed that the Tutorials no longer show the content of the notebook. Having the binder link is great, but it should still display the notebook on the website (because Binder takes time to load and the link does not work from time to time) so that it is easier to glance at various applications. By the way, clicking on Binder, I get the "404 : Not Found" error...

FarnazH commented 2 years ago

@fwmeng88, just to let you know PR #125 fixes the Binder link problem.

FanwangM commented 2 years ago

Everything looks good to me for now. Thanks. @FarnazH