Skip to content

nteract v2.1.3-stable.202604090105

Choose a tag to compare

@github-actions github-actions released this 09 Apr 01:28
· 175 commits to main since this release
bb4b3ea

Grab the latest stable nteract for macOS, Windows, or Linux. Signed, notarized, and ready to run your notebooks.

What's Changed

Bug Fixes

  • avoid holding notebook_rooms lock across .await points (#1614) (runtimed)(b958197)
  • address code review — rehypeRaw, blob fetch fallbacks (#1617) (mcp-app)(c2872da)
  • parse JSON arrays in config set instead of blind comma-split (#1621) (runt)(1dd70b4)
  • classify pool errors, show contextual banner messages (#1623) (runtimed)(e741e3a)
  • add lfs: true to release Python wheel builds, bump v2.1.3 (#1627) (ci)(57f77f4)
  • add connectDomains and tile CDN to MCP App CSP (#1632) (mcp-app)(ba22d88)
  • respect default_python_env in create_notebook (#1634) (mcp)(f43d825)
  • add mcpb-runt sidecar to all CI workflow build steps (#1635) (ci)(65a57f8)
  • avoid holding notebook_rooms lock across .await in eviction handler (#1637) (runtimed)(3d69c9a)
  • prevent stale asset resolution in materialization pipeline (#1639) (notebook)(c8d3a0a)
  • fix cross-lock ordering and expand tokio mutex lint to all sources (#1638) (runtimed)(1e6ba53)
  • burn down mutex-across-await violations (58 → 19) (#1642) (runtimed)(f24875a)
  • fall back to room.working_dir in LaunchKernel handler (#1648) (runtimed)(215aeb4)
  • zero mutex-across-await violations, gate all files in CI (#1649) (runtimed)(44934fe)
  • persist trust for untitled notebooks across daemon restarts (#1654) (runtimed)(2a90133)
  • mark in-flight executions as failed on kernel restart/death (#1652) (#1655) (runtimed)(bb4b3ea)

Features

  • replace vanilla DOM renderer with React + renderer plugins (#1615) (mcp-app)(1324f23)
  • add async-rust-lsp plugin for tokio mutex diagnostics (#1620) (plugins)(4476318)
  • reuse pool envs for inline deps instead of rebuilding (#1622) (runtimed)(d1c60d6)
  • daemon-served renderer plugins for plotly, vega, leaflet (#1619) (mcp-app)(ccda0c2)
  • move markdown+KaTeX to daemon-served plugin (#1625) (mcp-app)(d69ec66)
  • ship resilient mcpb-runt binary in MCPB bundle (#1629) (mcp)(956c988)
  • project-aware dependency management — pixi add / uv add (#1650) (runtimed)(f913da1)
  • show pixi.toml dependency names in header (#1653) (frontend)(924d6cb)

Performance

  • shrink widget bundle from 1.5 MB to 539 KB (#1628) (mcp-app)(50f8de5)

Commit: bb4b3ea70197929a61ef995df81654651eefb769

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-stable-darwin-arm64.dmg
Windows x64 nteract-stable-windows-x64.exe
Linux x64 nteract-stable-linux-x64.AppImage
Linux x64 (deb) nteract-stable-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-stable-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

runt (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-linux-x64
macOS ARM64 runt-darwin-arm64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre