If you specify Storage Path during notebook instance creation, your compiled code will be automatically stored in your specified OBS bucket. If code invocation among different .ipynb files is required, you can use the Sync OBS function.
The Sync OBS function is used to synchronize the objects selected in the list of notebook instance files from the OBS bucket to the current container directory ~/work.
The Sync OBS function can be used in JupyterLab. The following describes how to use the function.
For example, Example-1.ipynb needs to invoke module in Example-2.ipynb. In File Browser on the left, select the two .ipynb files and click Sync OBS. In the dialog box that is displayed, click YES to complete synchronization. After the synchronization is successful, the code can be called mutually.