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.

  1. 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.

  2. 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.

  3. jupyter lab --version 2>/dev/null || jupyter notebook --version

    jupyter lab --version 2>/dev/null || jupyter notebook --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11ZS6YMHJWZC88QGJYWG5K5

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.