Static Interactive Widgets for IPython Notebooks
Introducing ipywidgets, a library for creating static, interactive widgets in IPython/Jupyter notebooks that work without a live kernel.
Introducing ipywidgets, a library for creating static, interactive widgets in IPython/Jupyter notebooks that work without a live kernel.
Two methods to add line numbers to cells in IPython/Jupyter Notebooks: a keyboard shortcut toggle and a permanent startup configuration.
Explains how to pass data between Javascript and Python in IPython/Jupyter notebooks using kernel.execute, though notes the method is now obsolete.