more notes
This commit is contained in:
12
README.md
12
README.md
@@ -11,6 +11,7 @@
|
|||||||
- `autoreload` must work with editable install of the dev version
|
- `autoreload` must work with editable install of the dev version
|
||||||
- Multiple dev versions
|
- Multiple dev versions
|
||||||
- Multiple config directories
|
- Multiple config directories
|
||||||
|
- Debugger must work
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -21,3 +22,14 @@ Used to rebuild the ad-nix system.
|
|||||||
### `ads`
|
### `ads`
|
||||||
|
|
||||||
Used to enter the development shell. Be careful, as this will create a `.devenv` directory and venv wherever it's entered.
|
Used to enter the development shell. Be careful, as this will create a `.devenv` directory and venv wherever it's entered.
|
||||||
|
|
||||||
|
### venv
|
||||||
|
|
||||||
|
Activated with `.devenv/state/venv/bin/activate`. Used in VSCode for type hints, running, and debugging
|
||||||
|
|
||||||
|
### Jupyter
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user