Notebooks banner
jkitchin jkitchin

Notebooks

Development community

Description

Open and explore Jupyter notebooks in this project. Search for and list all Jupyter notebooks (.ipynb files) in the project: 1. Use glob to find all .ipynb files 2. For each notebook found: - Show its location - Read and summarize its contents - List the cell types (code/markdown) 3. If no notebooks exist, offer to: - Convert an example run.py to a notebook - Create a new tutorial notebook 4. If notebooks exist, ask which one the user wants to explore or run. For running note

Installation

Installs to ~/.claude/commands/jkitchin-vasp-notebooks.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jkitchin/vasp/HEAD/.claude/commands/notebooks.md -o ~/.claude/commands/jkitchin-vasp-notebooks.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository