qmlcode / qml

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

New Examples #66

Closed SilviaAmAm closed 6 years ago

SilviaAmAm commented 6 years ago

Moved the existing QML examples into a notebook and added aglaia examples. The aglaia examples can be run in the notebook. We might have to modify the existing QML examples at some point so that they can be run too.

Also made modifications to the aglaia module so that it is consistent with QML in using the word "representation" instead of "descriptor".

andersx commented 6 years ago

Very nice addition!!

I'll check how the ipynbs will be rendered on github-pages before we merge. My worry is that it'll break the qmlcode.org manual. But looks like it will simply rendered as HTML, if not we might have to change the sphinx makescript or something.

SilviaAmAm commented 6 years ago

I have followed what they do in this repository: https://github.com/spatialaudio/nbsphinx They did pretty much all the documentation using notebooks and sphinx and it seems to render fine on their readthedocs: http://nbsphinx.readthedocs.io/en/0.3.3/index.html

So hopefully it should be fine!