There are multiple ways in which a model can be updated, depending on what you are ultimately achievingto update an existing model using the Jupyter plugin.
Pre-requisites
In a Jupyter instance with the ModelOp toolbar, the user has opened you must have a model that has been registered with ModelOp Center alreadyopen in the notebook. This can be done by either: with the steps outlined in Registering a new model or Opening an existing model.For instructions on registering a model using the Jupyter notebook, (see v2.1 Register a Model and Opening an existing model in Jupyter).
Editing the source code
Once the model has been loaded from ModelOp Center into one or more Jupyter cell(s), you can make the modifications to the source code as desired using standard Jupyter cell edit techniques.
When you have completed your changes and are ready to update the model in ModelOp Center, from the ModelOp Center toolbar, click on the “Update current model in ModelOp Center“ icon from the ModelOp Center toolbar.
...
The screen prompted will A prompt will ask you to confirm the latest changes worked on the cell code made to cell contents before updating the model. This option copies back the source code of the selected cell into ModelOp Center.
...