dotfiles/vscode/.vscode/extensions/ms-toolsai.jupyter-2024.5.0-darwin-arm64/pythonFiles/vscode_datascience_helpers/getJupyterKernelspecVersion.py
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

8 lines
173 B
Python

# Check whether kernelspec module exists.
import sys
import jupyter_client
import jupyter_client.kernelspec
sys.stdout.write(jupyter_client.__version__)
sys.stdout.flush()