Troubleshooting IBM Cognos Analytics for Jupyter Notebook Server

To troubleshoot issues with Jupyter Notebook Server, you can use this Docker command: docker logs container_id

JupyterHub can provide useful information to help you diagnose a problem. For IBM Cognos Analytics for Jupyter Notebook Server, type the following:

docker logs ca_jupyter_hub

For more information, see Troubleshooting (https://jupyterhub.readthedocs.io/en/latest/troubleshooting.html) on the JupyterHub web site.

No space left on device when installing Jupyter Server error message

Refer to official Docker documentation on how to free up space.

Note:

Docker stores all of its content (containers, images, and volumes) within /var/lib/docker by default.

The default storage location can be changed by adding the "data-root" key to the daemon.json file.

More information can be found on the docker daemon configuration file here:

https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file

https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file