From e8aee82c0031fd010038343f62e5ccf33064436b Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:30:30 -0600 Subject: [PATCH] more notes --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07fc4f8..c49651b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ - Use flakes - `devenv`-based workflow - Shell - - Build + - Makes `uv` available + - Syncs `devenv` virtual environment + - `appdaemon` + - Build Docker - SSH remote with VSCode - Jupyter through VSCode - `autoreload` must work with editable install of the dev version @@ -17,7 +20,7 @@ ### `nfs` -Used to rebuild the ad-nix system. +Used to rebuild the `ad-nix` system with whatever is currently symlinked to `/etc/nixos` ### `ads` @@ -29,7 +32,7 @@ Activated with `.devenv/state/venv/bin/activate`. Used in VSCode for type hints, ### Jupyter -- Install devenv kernel - might not be useful +- Install devenv kernel - might not be useful? - `python -m ipykernel install --user --name devenv --display-name "Python (devenv)"` - Run jupyter notebook on the side with a `uv run jupyter notebook` command - Use the link with the token to connect the jupyter notebook kernel to it