Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Embedding Jupyter Widgets in Other Contexts than the Notebook: http://ipywidgets.readthedocs.io/en/latest/embedding.html

Temporary notebook service: https://github.com/jupyter/tmpnb

Jupyter javascript plugin for static sites: https://github.com/oreillymedia/thebe

Also, you may want to consider trinket: https://trinket.io/

http://www.hnwatcher.com/r/984396/Embed-interactive-Python-a...

For example, this book uses trinket for interactive Python: https://books.trinket.io/pfe/index.html

I've just tried running:

    import numpy as np
    from scipy import linalg
    A = np.array([[1,2],[3,4]])
    print(linalg.det(A))
at https://trinket.io/features/python3 and it worked like a charm :)


Thanks for these great references! I will definitely have a look at them and see if I can use them for my purposes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: