Skip to content

Releases: nteract/nteract-redirect

nteract 2.0.1a202603110913

11 Mar 17:47
d587f84

Choose a tag to compare

Pre-release

Prerelease MCP build for the 2.x transition.

nteract 1.9.1

11 Mar 05:43

Choose a tag to compare

Docs fix: corrected nightly install instructions with socket path env var.

claude mcp add nteract -- uvx nteract

nteract 1.9.0

11 Mar 05:36

Choose a tag to compare

Stable release paired with runtimed 1.9.0. No --prerelease allow needed:

claude mcp add nteract -- uvx nteract

v0.10.2

10 Mar 15:17
359aeba

Choose a tag to compare

What's Changed

  • Update runtimed to 0.1.5a202603101316 by @rgbkrk in #20

Full Changelog: v0.10.1...v0.10.2

v0.10.1

09 Mar 17:26

Choose a tag to compare

What's Changed

  • Clarify notebook tool descriptions by @rgbkrk in #18
  • Bump version to 0.10.1 by @Copilot in #19

New Contributors

  • @Copilot made their first contribution in #19. The humans were in awe.

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 Mar 04:07
589e055

Choose a tag to compare

What's Changed

  • Add save_notebook and smart package manager detection by @rgbkrk in #17

Full Changelog: v0.0.9...v0.10.0

v0.0.9

08 Mar 20:11

Choose a tag to compare

Add dependency management, notebook lifecycle, and kernel introspection tools.

New tools

Notebook lifecycle:

  • open_notebook - Open existing .ipynb files
  • create_notebook - Create new notebooks

Dependency management:

  • add_dependency - Add UV package dependency
  • remove_dependency - Remove dependency
  • get_dependencies - List current dependencies
  • sync_environment - Hot-install deps without restart
  • restart_kernel - Restart kernel with updated deps

Kernel introspection:

  • complete_code - Code completions from kernel
  • get_queue_state - Execution queue status
  • get_history - Kernel execution history
  • clear_outputs - Clear cell outputs
  • run_all_cells - Execute all cells

Requires runtimed 0.1.5a202603081823+

v0.0.8: Bump to 0.0.8 with runtimed deadlock fix (#11)

05 Mar 09:44
04163b2

Choose a tag to compare

* Bump to 0.0.8 with runtimed deadlock fix

Updates runtimed to 0.1.5a202603050921 which fixes a deadlock when
connect() is called before execute_cell(). This allows execution to
work automatically without requiring explicit start_kernel() calls.

* Update uv.lock for runtimed 0.1.5a202603050921

v0.0.7

05 Mar 08:15
9ac0770

Choose a tag to compare

🎓

v0.0.6

05 Mar 01:01
118eb3b

Choose a tag to compare

What's Changed

  • Add tool annotations to MCP server by @rgbkrk in #6
  • Use runtimed Cell.outputs API, remove MCP-level caching by @rgbkrk in #7

Full Changelog: v0.0.5...v0.0.6