pyscript
pyscript copied to clipboard
pyscript jupyter kernel in juypter-lite addon
HA has a Jupyter addon (jupyter lite) that can run the pyscript kernel right from within HA.
One complication is the location of pyscript.conf which is overwritten whenever the docker container is refreshed. Each time pyscript.conf is lost and needs to be recreated!
Changing the location of pyscript.conf to somewhere /config (e.g. in /config/notebooks) would avoid this issue. Possibly a configuration variable could be added to set a custom location for pyscript.conf.
Thank you for your consideration!