hass-pyscript-jupyter icon indicating copy to clipboard operation
hass-pyscript-jupyter copied to clipboard

Support Jupyter in Docker

Open PhantomPhoton opened this issue 1 year ago • 1 comments

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

PhantomPhoton avatar Sep 09 '24 04:09 PhantomPhoton

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.

rct avatar Oct 14 '24 22:10 rct

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.

brandon-fryslie avatar Apr 01 '25 09:04 brandon-fryslie