There are multiple ways in which a model can be updated, depending on what you are ultimately achieving.
Pre-requisite:
The user has opened in Jupyter a model that has been registered with ModelOp Center already. This can be done by either: Registering a new model or Opening an existing model.
Editing the source code
...
From the Once the model has been loaded from ModelOp Center into Jupyter cell(s), you can make the modifications to the source code as desired.
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.Please make sure the previously select a cell which is part of a model already loaded or created using either of the two options above (Registering a new model / Opening an existing model).
...
The screen prompted will confirm the latest changes worked on the cell code before updating the model. This option copies back the source code of the selected cell into the ModelOp Center.
...
Updating model metadata fields
...
From the toolbar, click on the “Edit current model” icon.
Please make sure you previously select have selected the notebook cell with an associated model, and the plugin will prompt you with a screen that allows to change the following:
...
From the toolbar, click on the “Add attachment for existing model” icon.
Please make sure you previously select have selected the notebook cell with an associated model, and the plugin will prompt you with a file browser and a screen to attach selected file to the model in the active cell.
Select the role for the asset to upload or leave blank to be automatically determined by ModelOp Center based on the file type.
...
Click the “Attach” button to upload the attachment.
...