qutip / qutip.github.io

QuTiP web pages
http://qutip.org
15 stars 28 forks source link

ENH: Interactive notebooks from the website tutorials page #106

Open nathanshammah opened 4 years ago

nathanshammah commented 4 years ago

On the tutorials page, the notebooks can be seen using nbviewer. The notebooks are hosted in qutip-notebooks Github directory and in R.J. Johansson directory.

There is now a button to start My Binder from these nbviewer notebooks, in the upper right (My Binder allows to run the notebooks live interactively from the cloud, without installing Python or the environment with dependencies).

It may be nice to add a links to:

in the tutorials page on the website. Right now, My Binder can be called from Github only. Also, a nbviewer link is opened for each notebook only.

The quantum mechanics lectures by Rob do not run, as the conda environment is not configured. One could:

hodgestar commented 1 year ago

The https://hodgestar.github.io/try-qutip site I put together is another approach to solving this. I will try get it connected up.

hodgestar commented 1 year ago

I've opened https://github.com/qutip/qutip-tutorials/issues/57 for implementing an index .ipynb that would be a convenient thing to link to in try-qutip, Binder or nbviewer.

hodgestar commented 1 year ago

And #170 to make try-qutip discoverable.