DonJayamanne / vscode-python-kernel-environment-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python (Notebook) Kernel Environment Manager

A Visual Studio Code extension with support for managing the Python Environment associated with the Python Kernel running in a Jupyter Notebook. Features include, updating, installing, uninstalling packages, viewing details of the Python environment and the like. Support for both local and remote Jupyter Python Environments, as long as they are used to execute code in a Jupyter Notebook.

Quick start

  • Install this extension
  • Open a Jupyter Notebook and select any local or remote Python Kernel
  • Run a cell in the notebook
  • Open the Jupyter view in the Activity Bar
  • The Python Environment associated with the Python Kernel will be displayed under Remote Python Environments

About

License:MIT License


Languages

Language:TypeScript 89.1%Language:JavaScript 10.9%