Skip to content

Using unsupported Python Environments

Don Jayamanne edited this page Nov 8, 2021 · 1 revision

The Jupyter extension supports Kernels running against all active versions of Python as documented here https://devguide.python.org/#status-of-python-branches.

Hence the use of unsupported Python versions in Jupyter kernels is not guaranteed to work as expected. Unexpected behavior could range from cells not running as expected, packages not loading or even the kernel not starting.

Clone this wiki locally