@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 分析
核心用途是在 DSH 网页端直接处理和运行 Jupyter 笔记本。适合需要在对话中进行数据分析、代码调试和终端操作的数据科学用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kikulmj/dsh-jupyterドキュメント
README 全文を読む ↗使用
- 进入任意项目会话。
- Notebook:右侧 Explorer 点击
.ipynb,Shift+Enter运行单元格。 - 终端:左侧边栏「终端」入口;shell 初始目录为当前项目根.