Procedure
Install JupyterLab or Notebook
Install JupyterLab and/or classic Notebook via pip (or conda/Homebrew) in a Python environment, ensure the jupyter CLI is on PATH, then verify with jupyter lab --version or jupyter notebook --version.
In a Python 3 venv or conda env, install per https://jupyter.org/install
In a Python 3 venv or conda env, install per https://jupyter.org/install : pip install jupyterlab for JupyterLab and/or pip install notebook for classic Notebook. Alternatives: conda install -c conda-forge jupyterlab ; macOS brew install jupyterlab . If you used pip install --user, add the user Scripts/bin dir to PATH.
Open a new terminal in the same environment. Optional smoke test: jupyte
Open a new terminal in the same environment. Optional smoke test: jupyter lab (or jupyter notebook) and confirm the browser UI opens.
jupyter lab --version 2>/dev/null || jupyter notebook --version
jupyter lab --version 2>/dev/null || jupyter notebook --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.