This adds a menu to Jupyter that automates some useful tasks an
instructor might want to do while building a notebook template for an
assignment. This is part of the
Jupyter Physical Science Lab project,
but can be used independently of the rest of the project. You might also be interested in the following parts of the larger project:
jupyter-datainputtable
provides tools for generating a GUI table into which data can be typed and
the data will survive clearing of the cell outputs from a notebook.
jupyter-pandas-GUI
provides jupyter widget based GUI code composers for tasks such as
calculating a new column in a Pandas DataFrame, making a scatter or line
plot from data in a DataFrame, and fitting the data.
JupyterPiDAQ provides
menu based tools for interactive data collection using A/D boards and
visualization of that data, presently supports specific boards attached
to Raspberry Pi 3B+ to 5 and Vernier Sensors attached to LabQuest interfaces.