Scripts & Other

Table of Contents

  1. Jupyter Notebook Details
  2. Next Steps

Shell Scripts Python Jupyter Notebook Visual Studio Code

Tool File Patterns Notes
Shell Scripts **/*.{sh,bash,zsh,fish,ps1,bat,cmd} Executable scripts
Python Virtual Environments .venv/Scripts/ Activation scripts
Jupyter Notebook **/*.ipynb Notebook cells (requires Jupyter Extension)
Visual Studio Code Tasks **/.vscode/tasks.json, user-level tasks.json Native VS Code tasks
Workspace Tasks .workspace-tasks.json Custom task templates

Jupyter Notebook Details

  • Requirements: The Jupyter Extension must be installed and a Jupyter Server must be configured
  • Notebooks appear as parent tasks with individual code cells as child tasks
  • Click a task to open the notebook in VS Code’s notebook editor
  • Execute individual cells or entire notebooks
  • Real-time cell execution status via the Jupyter Extension UI

Next Steps


© 2026 Ryan Conrad. All rights reserved.

This site uses Just the Docs, a documentation theme for Jekyll.