Running the notebooks.
- Get all tool installs described in
dev/job-aids/installed_tools.md
- In particular verify linux-like tools installed correctly for example try
ls -haltr
in a cmd terminal - Run each line in
bin/make_conda_env.sh
in a cmd.exe terminal (usually vscode terminal set to cmd)cd ./bin
first to get therequirements-dev.txt
path right.- General conda best practices advice. Install packages with
pip install
if you are able. Useconda install
only when necessary.
- Open
dev/notebooks/yolo11n.pt
in vscode (you may have to setup python plugins) - Set notebook
kernel
tocu124a
which is the conda environment we installed in step 3. - Run all cells see if anything errors.