notebooks/components/example-notebook-servers/codeserver-python/home/README__CODESERVER_PYTHON.md

852 B

About the Code-Server Python Image

This file contains notes about the Kubeflow Notebooks Code-Server Python image.

Jupyter Extension required HTTPS

This image comes with the jupyter extension installed, which allows you to run and edit jupyter notebooks in code-server.

However, because the jupyter extension uses Service Workers, it requires HTTPS to work. That is, if you access this notebook over HTTP, the Jupyter extension will NOT work.

Additionally, if you are using Chrome, the HTTPS certificate must be valid and trusted by your browser. As a workaround, if you have a self-signed HTTPS certificate, you could use Firefox, or set the unsafely-treat-insecure-origin-as-secure flag in Chrome.