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 notebook instances. The following describes how to use the function.
For example, if the Example1.ipynb file needs to call module in the Example2.ipynb file, select both files and click Sync OBS.