docker/templates/data-scientist/skills/jupyter/SKILL.md
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.
npx skillsauth add prismer-ai/prismer jupyterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create and execute Jupyter notebooks for interactive data analysis and visualization.
jupyter_execute - Execute Python code in Jupyter kernel (auto-switches to Jupyter)jupyter_notebook - Create, read, update, delete, and list notebooksupdate_notebook - Add or update cells in the notebook without executingupdate_gallery - Display generated plots and visualizations in gallery viewupdate_data_grid - Display structured tabular data (DataFrames, query results) in AG Gridupdate_code - Show code examples and scripts in the Code Playgroundsave_artifact - Save generated artifacts (plots, data files) to workspace collectionWhen user says: "Create a notebook for [analysis]"
When user says: "Run this code"
When user says: "Add explanation for this step"
jupyter_execute code="import pandas as pd\ndf = pd.read_csv('/workspace/data/results.csv')\nprint(df.describe())"
update_notebook cells=[{"type": "markdown", "source": "# Analysis"}, {"type": "code", "source": "import pandas as pd\nimport matplotlib.pyplot as plt"}] execute=false
update_gallery images=[{"url": "/workspace/data/plot.png", "title": "Analysis Results"}]
tools
Core academic workspace tools: LaTeX compilation, Jupyter execution, PDF loading, UI control, content updates, and arXiv paper conversion. Use when the user asks to compile LaTeX, run Python code, load PDFs, display data, or control workspace editors.
development
Compile LaTeX documents to PDF using pdflatex, xelatex, or lualatex with template support. Use when the user asks to compile .tex files, build a LaTeX document, generate PDF from LaTeX, or typeset an academic paper.
data-ai
Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
testing
Verify proofs, check theorem correctness, and solve satisfiability problems using Lean 4, Coq, and Z3 SMT solver. Use when the user asks to prove theorems, verify mathematical proofs, check logical satisfiability, or work with proof assistants.