Open a Jupyter notebook with the current codebase loaded
notebook
command launches a Jupyter Lab instance with a pre-configured notebook for exploring your codebase.
--background
: Run Jupyter Lab in the background (default: false)--background
if you want to run it in the background.
.codegen/.venv
if it doesn’t exist.codegen/jupyter/tmp.ipynb
.codegen/jupyter/
, so the relative path ../../
points to your repository root.codegen notebook
, your repository will have this structure: