You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by this work #7129, I created an equivalent implementation for Python package manager. Any bug reports, feedbacks and feature requests to improve the extension are welcome 🙂🙂.
Features
The extension provides a way to see installed packages per interpreters. It suits the most with Positron where you may work with multiple runtimes, different Python versions at the same time. Simply switch between interpreters, the view will be refreshed.
✅ 🔍 View all installed Python packages in a tidy sidebar
✅ 🔍 View all loaded Python packages. When hovering the loaded packages’name, a tooltip will show to display the information of name alias, sub-modules imported
✅ 💡 Provides quick-fix actions to install missing packages
✅ 🚀 Install packages directly from pane
✅ 🚀 Uninstall packages with a single click
✅ 🔍 Search by name or title (fuzzy search supported)
✅ ⚙️ Check the box to import packages. Due to the complexity of importing package conventions in Python, check the box will import the entire package. Importing python package usually requires to be declared explicitly
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Inspired by this work #7129, I created an equivalent implementation for Python package manager. Any bug reports, feedbacks and feature requests to improve the extension are welcome 🙂🙂.
Features
The extension provides a way to see installed packages per interpreters. It suits the most with Positron where you may work with multiple runtimes, different Python versions at the same time. Simply switch between interpreters, the view will be refreshed.
✅ 🔍 View all installed Python packages in a tidy sidebar
✅ 🔍 View all loaded Python packages. When hovering the loaded packages’name, a tooltip will show to display the information of name alias, sub-modules imported
✅ 💡 Provides quick-fix actions to install missing packages
✅ 🚀 Install packages directly from pane
✅ 🚀 Uninstall packages with a single click
✅ 🔍 Search by name or title (fuzzy search supported)
✅ ⚙️ Check the box to import packages. Due to the complexity of importing package conventions in Python, check the box will import the entire package. Importing python package usually requires to be declared explicitly
Link to find the extension: https://open-vsx.org/extension/ntluong95/positron-python-package-manager

A bundle of extensions might be also useful: https://open-vsx.org/extension/ntluong95/positron-data-science-pack
Beta Was this translation helpful? Give feedback.
All reactions