kikulmj/dsh-jupyter3

@dsh-local/dsh-jupyter

Jupyter notebook (.ipynb) preview, edit and run for the dsh web GUI — a right-side notebook panel (cell editing, markdown/code/raw cells, rich output rendering) plus a left-edge real Web terminal (node-pty PTY, TERM=xterm-256color, xterm.js): driven by host-side fs routes, a real Jupyter kernel bridge, and a PTY session manager, with agent-facing execution capability. Hot-pluggable via a profile bundle patch — no dsh source changes.

AI Analysis

核心用途是在 DSH 网页端直接处理和运行 Jupyter 笔记本。适合需要在对话中进行数据分析、代码调试和终端操作的数据科学用户。

Package
@dsh-local/dsh-jupyter
Version
0.1.0
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kikulmj/dsh-jupyter

使用

  1. 进入任意项目会话。
  2. Notebook:右侧 Explorer 点击 .ipynbShift+Enter 运行单元格。
  3. 终端:左侧边栏「终端」入口;shell 初始目录为当前项目根.