jupyter-notebook

Jupyter Notebook Expert Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jupyter-notebook" with this command: npx skills add i9wa4/dotfiles/i9wa4-dotfiles-jupyter-notebook

Jupyter Notebook Expert Skill

This skill provides a guide for Jupyter Notebook execution.

  1. Databricks Jupyter Kernel

https://github.com/i9wa4/jupyter-databricks-kernel

uv pip install jupyter-databricks-kernel uv run python -m jupyter_databricks_kernel.install

  1. Default Execution Method

When instructed to execute an entire notebook, use this command:

uv run jupyter execute <notebook_path> --inplace --timeout=300

  1. Execute with Databricks Kernel

When running notebook on Databricks cluster:

uv run jupyter execute <notebook_path> --inplace --kernel_name=databricks --timeout=300

Required environment variables:

  • DATABRICKS_HOST : Databricks workspace URL

  • DATABRICKS_TOKEN : Personal Access Token

  • DATABRICKS_CLUSTER_ID : Cluster ID

  1. Usage Examples

Execute with local Python kernel

uv run jupyter execute /workspace/notebooks/sample.ipynb --inplace --timeout=300

Execute with Databricks kernel

uv run jupyter execute /workspace/notebooks/databricks-sample.ipynb --inplace --kernel_name=databricks --timeout=300

  1. Option Descriptions
  • --inplace : Overwrite original file with execution results

  • --kernel_name=<name> : Specify kernel to use (databricks, python3, etc.)

  • --timeout=<seconds> : Set timeout in seconds (-1 for unlimited)

  • --startup_timeout=<seconds> : Kernel startup timeout (default 60 seconds)

  • --allow-errors : Continue execution to end even with errors

  1. Notes
  • Verify required environment variables are properly set before execution

  • Adjust --timeout value for long-running cells

  • If open in VS Code, verify file updates after execution

  • For Databricks kernel, cluster startup takes 5-6 minutes if stopped

  1. Reference Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

daily-report

No summary provided by upstream source.

Repository SourceNeeds Review
-103
i9wa4
General

bigquery

No summary provided by upstream source.

Repository SourceNeeds Review
General

atlassian

No summary provided by upstream source.

Repository SourceNeeds Review