Ploomber Extension
raw JSON → 0.1.1 verified Mon Apr 27 auth: no python
A JupyterLab extension for Ploomber that enables visual pipeline editing and execution within JupyterLab. Current version: 0.1.1. Release cadence is irregular.
pip install ploomber-extension Common errors
error ModuleNotFoundError: No module named 'ploomber_extension' ↓
cause Package not installed or installed in a different environment.
fix
Run 'pip install ploomber-extension' in the same environment as JupyterLab.
error JupyterLab extension not loading ↓
cause Extension not enabled or JupyterLab build outdated.
fix
Enable extension with 'jupyter labextension enable ploomber-extension' and rebuild.
Warnings
gotcha Extension may not activate if JupyterLab is not restarted after installation. ↓
fix Restart JupyterLab or rebuild with 'jupyter lab build'.
Imports
- ploomber_extension
import ploomber_extension
Quickstart
pip install ploomber-extension
# After installation, launch JupyterLab:
# jupyter lab
# The extension should appear in the UI.