qmlcode / qml

QML: Quantum Machine Learning
MIT License
197 stars 84 forks source link

Change examples/tutorials to jupyter notebooks #55

Open larsbratholm opened 6 years ago

larsbratholm commented 6 years ago

The current ones are in markdown. It would probably be better to change these to notebooks so people can edit them and that they are automatically updated with code changes.

larsbratholm commented 6 years ago

An alternative to this is to do something similar to https://dask-ml.readthedocs.io/en/latest/ Markdown can apparently run ipython on pieces of code. and we can include a binder link to a separate notebook. I'm not sure what the best approach is. Also #54 #56 .