with one click
notebook-tools
notebook-tools contains 12 collected skills from Fariz36, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Explore datasets in Jupyter notebooks by inspecting dataframes, summarizing schemas, checking data quality, and proposing EDA cells. Use when asked to analyze data or add exploratory analysis.
Diagnose and minimally fix failing notebook cells. Reads the failing cell, inspects the error output, checks dependencies, applies the smallest fix, and reruns only what is needed.
Make Jupyter notebooks easier to read and share. Identifies duplicated cells, improves structure, adds markdown documentation, and prepares notebooks for collaboration.
Explain what a Jupyter notebook does by inspecting structure, summarizing workflow, and reading only key cells. Use when asked to walk through, summarize, or understand a notebook.
Audit Jupyter notebooks for hidden state, stale outputs, execution order issues, and non-determinism. Produces a report with findings, confidence labels, and suggested fixes.
Improve or debug plots in Jupyter notebooks. Finds plotting cells, critiques visualizations, applies minimal fixes, and reruns only the affected cells.
Explore datasets in Jupyter notebooks by inspecting dataframes, summarizing schemas, checking data quality, and proposing EDA cells. Use when asked to analyze data or add exploratory analysis.
Diagnose and minimally fix failing notebook cells. Reads the failing cell, inspects the error output, checks dependencies, applies the smallest fix, and reruns only what is needed.
Make Jupyter notebooks easier to read and share. Identifies duplicated cells, improves structure, adds markdown documentation, and prepares notebooks for collaboration.
Explain what a Jupyter notebook does by inspecting structure, summarizing workflow, and reading only key cells. Use when asked to walk through, summarize, or understand a notebook.
Audit Jupyter notebooks for hidden state, stale outputs, execution order issues, and non-determinism. Produces a report with findings, confidence labels, and suggested fixes.
Improve or debug plots in Jupyter notebooks. Finds plotting cells, critiques visualizations, applies minimal fixes, and reruns only the affected cells.