SpreadMagic is a Python package that provides a magic command for Jupyter and Google Colab to execute Python code in code cells using PyScript within an iframe, enabling interactive spreadsheet-like outputs. Current version 2.6.1, actively maintained.
pip install spreadmagicNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load the magic command and use %%spread to display a DataFrame as an interactive spreadsheet in Jupyter/Colab.
Use in a Jupyter environment only.
Change to 'from spreadmagic import load_spreadmagic' then call 'load_spreadmagic()'.
Keep output size reasonable; for plots, consider using traditional Jupyter output instead.