Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donjayamanne/vscode-default-python-kernel
Default Python Kernels for Jupyter Notebooks
https://github.com/donjayamanne/vscode-default-python-kernel
jupyter-notebook python vscode
Last synced: 29 days ago
JSON representation
Default Python Kernels for Jupyter Notebooks
- Host: GitHub
- URL: https://github.com/donjayamanne/vscode-default-python-kernel
- Owner: DonJayamanne
- License: mit
- Created: 2024-01-18T04:06:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T14:46:55.000Z (7 months ago)
- Last Synced: 2024-10-06T17:15:24.757Z (about 1 month ago)
- Topics: jupyter-notebook, python, vscode
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This extension automatically selects the active Python Environment as a Kernel for a Jupyter Notebook opened in VS Code.
This is useful when you have multiple Python environments and want to use the one that is currently selected in the Python extension, by passing the Kernel Picker entirely.
## Note:
* To set the active Python environment use the command `Python: Select Interpreter`.
* Automatic selection works only for the first time a notebook is opened (once this extension has been installed).
* I.e. if you change the active Python environment after opening a notebook, the Kernel will not be changed.
* Or if you open a notebook and then change the active Python environment, the Kernel will not be changed.
* Similarly if you change the kernel manually, the kernel will never be changed automatically again.
* If working on non-Python kernels in other workspaces, the suggestion is to disable this extension in those workspaces.