hass-pyscript-jupyter
hass-pyscript-jupyter copied to clipboard
Support Jupyter in Docker
I'm running Jupyter in docker which only supports kernels installed in the user's directory. Everytime Jupyter restarts, I lose the kernel and have to reinstall it manually and set it back up. If install would support running completely out of /home/jovyan, it wouldn't require the manual installation every version update.
Thank you
The community add-on JupyterLab runs Jupyter in a docker container on your Home Assistant server. The instructions in this issue cover installing the PyScript kernel in the add-on.
You can solve this by building yourself a docker image or volume mounting a path. The issue you are facing is an implementation detail of the docker image you're using and unrelated to this project.