jupyter

GitHub

用于创建和执行Jupyter笔记本,支持交互式数据分析、代码执行、可视化展示及文档编写。适用于运行Python代码、处理.ipynb文件及数据探索场景。

docker/templates/data-scientist/skills/jupyter/SKILL.md Prismer-AI/Prismer

Trigger Scenarios

用户要求创建或编辑Jupyter笔记本 需要交互式运行Python代码进行数据分析 提及.ipynb文件或生成可视化图表

Install

npx skills add Prismer-AI/Prismer --skill jupyter -g -y
More Options

Non-standard path

npx skills add https://github.com/Prismer-AI/Prismer/tree/main/docker/templates/data-scientist/skills/jupyter -g -y

Use without installing

npx skills use Prismer-AI/Prismer@jupyter

指定 Agent (Claude Code)

npx skills add Prismer-AI/Prismer --skill jupyter -a claude-code -g -y

安装 repo 全部 skill

npx skills add Prismer-AI/Prismer --all -g -y

预览 repo 内 skill

npx skills add Prismer-AI/Prismer --list

SKILL.md

Frontmatter
{
    "name": "jupyter",
    "description": "Create and execute Jupyter notebooks for interactive data analysis using jupyter_execute and jupyter_notebook tools. Use when the user asks to run Python code interactively, create notebooks, analyze data in cells, or mentions .ipynb files."
}

Jupyter Notebook Skill

Description

Create and execute Jupyter notebooks for interactive data analysis and visualization.

Tools Used

  • jupyter_execute - Execute Python code in Jupyter kernel (auto-switches to Jupyter)
  • jupyter_notebook - Create, read, update, delete, and list notebooks
  • update_notebook - Add or update cells in the notebook without executing
  • update_gallery - Display generated plots and visualizations in gallery view
  • update_data_grid - Display structured tabular data (DataFrames, query results) in AG Grid
  • update_code - Show code examples and scripts in the Code Playground
  • save_artifact - Save generated artifacts (plots, data files) to workspace collection

Capabilities

  • Create new notebooks with proper structure
  • Add and execute code cells
  • Add markdown documentation cells
  • Display inline visualizations
  • Display tabular data in interactive grid view
  • Show code examples with syntax highlighting
  • Export to various formats (HTML, PDF)

Usage Patterns

Create Analysis Notebook

When user says: "Create a notebook for [analysis]"

  1. Create notebook with title and imports
  2. Add data loading cell
  3. Add exploration cells
  4. Structure with markdown headers
  5. Execute cells sequentially

Execute and Debug

When user says: "Run this code"

  1. Execute cell
  2. Capture output and errors
  3. If error, diagnose and fix
  4. Show results or visualizations

Document Workflow

When user says: "Add explanation for this step"

  1. Add markdown cell before code
  2. Explain methodology
  3. Note assumptions and limitations

Tool Examples

Execute Python code

jupyter_execute code="import pandas as pd\ndf = pd.read_csv('/workspace/data/results.csv')\nprint(df.describe())"

Create a notebook with cells

update_notebook cells=[{"type": "markdown", "source": "# Analysis"}, {"type": "code", "source": "import pandas as pd\nimport matplotlib.pyplot as plt"}] execute=false

Display generated plots

update_gallery images=[{"url": "/workspace/data/plot.png", "title": "Analysis Results"}]

Best Practices

  1. Cell Independence: Each cell should run independently when possible
  2. Import First: All imports at notebook start
  3. Check output before proceeding: Verify execution output is correct before running dependent cells
  4. Markdown Structure: Use headers for navigation
  5. Save Often: Checkpoint regularly

Version History

  • 2dbe71f Current 2026-08-20 10:22

Same Skill Collection

docker/config/workspace/skills/prismer-workspace/SKILL.md
docker/plugin/prismer-workspace/skills/arxiv-reader/SKILL.md
docker/plugin/prismer-workspace/skills/find-skills/SKILL.md
docker/plugin/prismer-workspace/skills/formal-methods/SKILL.md
docker/plugin/prismer-workspace/skills/hf-papers/SKILL.md
docker/plugin/prismer-workspace/skills/latex-compiler/SKILL.md
docker/templates/academic-researcher/skills/data-analysis/SKILL.md
docker/templates/academic-researcher/skills/latex-writing/SKILL.md
docker/templates/academic-researcher/skills/paper-search/SKILL.md
docker/templates/cs-researcher/skills/ml-experiment/SKILL.md
docker/templates/finance-researcher/skills/quant-analysis/SKILL.md
docker/templates/mathematician/skills/theorem-proving/SKILL.md
docker/templates/paper-reviewer/skills/peer-review/SKILL.md
skills/arxiv-reader/SKILL.md
skills/formal-methods/SKILL.md
skills/hf-papers/SKILL.md
skills/latex-compiler/SKILL.md

Metadata

Files
0
Version
2dbe71f
Hash
351f8766
Indexed
2026-08-20 10:22

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:05
浙ICP备14020137号-1 $mapa de visitantes$