Release Notes

App Store version history for Pyodios, most recent first.

v1.0.0 | April 25, 2026

Initial release of Pyodios! Run Python directly on your iPhone or iPad.

Features:

  • Jupyter Notebooks: Full .ipynb support with code cells, markdown cells, and inline output (nbformat 5.10)
  • Code Editor: Python script editor with Tree-Sitter syntax highlighting, code outline, code folding, and snippets
  • Interactive Console: Python REPL with command history, code completion, and color-coded output
  • Dual Plot Rendering: Static matplotlib plots (native UIImage) and interactive Plotly/Bokeh/Altair charts (WKWebView)
  • Environment Inspector: Variable viewer with type info, DataFrame previews, and quick actions
  • Package Management: Install packages from PyPI via micropip with offline wheel caching
  • File Management: Browse, create, and manage .py and .ipynb files with iOS Files app integration
  • Python Keyboard: Custom keyboard toolbar with Python-specific operators and shortcuts
  • iPad Workspace: Multi-pane layout with notebook, environment, and plots/files panels
  • Theme System: Multiple editor themes with custom theme editor and import/export
  • iCloud Sync: Optional cloud backup for notebooks and scripts
  • Share Extension: Receive .py and .ipynb files from other apps
  • Spotlight Integration: Index notebooks and scripts for iOS search
  • Crash Recovery: Auto-save snapshots with recovery prompt on relaunch
  • Remote Jupyter: Optional connection to remote Jupyter servers for full CPython access
  • Data Import Wizard: Import CSV and JSON files with auto DataFrame creation
  • Execution History: Track and search all executed code with timestamps and results
  • Works completely offline (no server required)
  • Powered by Pyodide 0.29.3 (Python 3.12 via WebAssembly)