Sandbox - Interactive Python Execution
Test the interactive Python execution with matplotlib, pandas, and Bokeh.
Python built-in libraries
Basic example
🔴 Inputs Not working
Nagini timeout should stop execution after 30 seconds
matplotlib
(+ pandas
) examples
Simple matplotlib
example
pandas
-only example
pandas
+ matplotlib
time series example
bokeh
interactive plots
🟢 Working example (for pm-codex
)
This code creates a fully interactive sine wave plot using Bokeh with hover tooltips, zoom/pan functionality, and clickable legends.
🔴 Working example (for jupyter
)
This code is designed to work in standard and local JupyterLab. It creates a fully interactive sine wave plot using Bokeh with hover tooltips, zoom/pan functionality, and clickable legends.
🟡 Deprecation warning (for pm-codex
)
This example intentionally uses the deprecated circle()
method to demonstrate the compact warning display.