Cookbooks series on how to build a widget for Jupyter from scratch ================================================================== In this series you will find every piece of knowledge necessary to build a widget for Jupyter Notebook from scratch. In this series, I've integrated React, but you could use any other JS library or Framework to build the front end part and bind it with Python. .. toctree:: :maxdepth: 2 nbextension_trial comms_trial react_nbextension_trial react_comm_trial