Hey Thank you for making the jupyter docker. It worked great for me.
I added a Lisp Kernal and after having to reinitialize pgp keys for pacman and following this ( https://yitzchak.github.io/common-lisp-jupyter/install.html) installation instructions I was able to get to work well.
If anyone is getting the error: some package is corrupted (invalid or corrupted package (PGP signature)).
I fixed it with this ( https://wiki.archlinux.org/title/Pacman/Package_signing ) :
pacman-key --init
pacman-key --populate
pacman -Sy archlinux-keyring && pacman -Su
If anyone is having trouble to get npm to work, such as when trying to activate the jupyterlab-debugger:
jupyter-labextension install jupyterlab-debugger-restarts
It worked after running this:
npm config rm proxy
npm config rm https-proxy
I would like to set this up for remote work with SWAG, I'm going to give it a shot, but maybe the easier way is just setting up a VPN and accessing it that way. If you have any thoughts, would love to hear them.
Either way, Thank you. Great work!