A live variable explorer in the sidebar and a real IPython console in the panel. Run a plain .py file, watch your variables populate, and click into any DataFrame, array, or nested dict — no notebook required.
Features
Variable explorer — a sidebar table of names, types, sizes, and value previews that refreshes as your code runs, with live filtering and color-coded type badges.
IPython console — full In [N]: / Out[N]: prompts next to the integrated terminal, with command history, streamed output, and real tracebacks.
Click to inspect — open DataFrames, Series, and 2-D NumPy arrays in a sortable grid; explore dicts and lists as a collapsible tree.
Handles big data — paged grids keep large matrices responsive.
Run your way — Run Selection/Line from the right-click menu, or Run File from the editor toolbar.