andes.utils.widgets#

Support for Jupyter widgets.

Please manually install the following dependencies:

  • ipywidgets

  • ipysheet

If you are using JupyterLab, do

jupyter labextension install @jupyter-widgets/jupyterlab-manager

Functions

edit_sheet(system, model)

Use ipysheet to edit parameters of one model.

edit_system(system)

Edit a loaded ANDES System with ipywidgets.

on_close(b)

Callback for the Close botton.

on_update(b)

Callback for the Update button.