lightning-python¶
Links: notebook
, html, python
, slides, GitHub
lightning-python is a wrapper for the javascript library lightning.
documentation installation source tutorial gallerie
from jyquickhelper import add_notebook_menu
add_notebook_menu()
startup¶
The module requires module lightning-python. Check the gallery.
from lightning import Lightning
lgn = Lightning(ipython=True, local=True)