Skip to content

Having trouble?

Crashing?

Check your memory usage, is it running out? The memory consumed, and available - is shown in the status bar.

Memory Status
Memory in status bar

To free up space, unused kernels can be shut down.

Kernel shut down
Shutting down of unused kernel

Logging out

To logout from the Notebook server, click "File" -> "Log Out".

img_8.png
Notebook File menu

Restarting server

To restart Notebook server, navigate to Notebook server home, click "Stop My Server" and start server again.

img_7.png
Notebook server home view

Blank notebooks?

img_3.png
Notebooks sometimes fail to load properly.

Click File -> Reload Notebook from Disk.

img_1.png
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?

img_4.png
Dependency error when installing SDK

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

img_5.png
Pip install with -U flag set