Releases: nteract/nteract-redirect
Releases · nteract/nteract-redirect
nteract 2.0.1a202603110913
Prerelease MCP build for the 2.x transition.
nteract 1.9.1
nteract 1.9.0
Stable release paired with runtimed 1.9.0. No --prerelease allow needed:
claude mcp add nteract -- uvx nteract
v0.10.2
v0.10.1
v0.10.0
v0.0.9
Add dependency management, notebook lifecycle, and kernel introspection tools.
New tools
Notebook lifecycle:
open_notebook- Open existing .ipynb filescreate_notebook- Create new notebooks
Dependency management:
add_dependency- Add UV package dependencyremove_dependency- Remove dependencyget_dependencies- List current dependenciessync_environment- Hot-install deps without restartrestart_kernel- Restart kernel with updated deps
Kernel introspection:
complete_code- Code completions from kernelget_queue_state- Execution queue statusget_history- Kernel execution historyclear_outputs- Clear cell outputsrun_all_cells- Execute all cells
Requires runtimed 0.1.5a202603081823+
v0.0.8: Bump to 0.0.8 with runtimed deadlock fix (#11)
* 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