from Hacker News

Show HN: Jupyter Package Manager – Manage Python Packages Directly in JupyterLab

by pplonski86 on 2/19/25, 9:57 AM with 0 comments

Hi HN,

Jupyter Package Manager simplifies managing Python packages directly within your notebooks without the need to leave your coding environment.

Key Features:

- List Packages: Quickly view all packages installed for the currently open notebook.

- Filter Packages: Easily search and filter through packages by name.

- Install New Packages: Install any package you need directly from the notebook interface.

- Remove Packages: Effortlessly remove packages that are no longer needed.

- Dark Theme: Enjoy a comfortable dark mode.

The extension leverages pip under the hood, making it a seamless addition to your JupyterLab workflow.

This package is a JupyterLab extension - just install it with pip to get started. By default, it will be available in MLJAR Studio, a desktop app for notebooks that I'm working on.

I hope that Jupyter Package Manager will be a great help for beginners and for people learning Python.

I'd love to hear your feedback or any suggestions for improvement. Thanks for taking a look!