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
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.
gotcha Extension may not activate if JupyterLab is not restarted after installation.
fix Restart JupyterLab or rebuild with 'jupyter lab build'.

Install via pip; extension activates automatically in JupyterLab.

pip install ploomber-extension
# After installation, launch JupyterLab:
# jupyter lab
# The extension should appear in the UI.