Having trouble?
Crashing?
Check your memory usage, is it running out? The memory consumed, and available - is shown in the status bar.
To free up space, unused kernels can be shut down.
Logging out
To logout from the Notebook server, click "File" -> "Log Out".
Restarting server
To restart Notebook server, navigate to Notebook server home, click "Stop My Server" and start server again.
Blank notebooks?
Click File -> Reload Notebook from Disk.
The default workspace files
When you open a workspace, you will see a few files and folders. These are the default files that are created for you. However, if we update the default files, you will not see the changes.
Therefore, to get the best of both worlds, you should copy the files you want to edit into the root directory.
Error installing SDK with pip?
This is usually due to a conflict with the existing packages. You can try to install the newest version of the SDK by
adding -U
to make sure you have the latest version.
pip install -U odp_sdk --quiet