Kernel never works
I tried to get this working with Jupyterhub and the kernel never seems to work. I have lgo's kernel.js and kernel.json in ~/miniconda3/share/jupyter/kernels/lgo/ right next to Python 3's kernel, which works. Any tips on fixing this?
In case you haven't already you might want to check out https://github.com/yunabe/lgo/issues/40. I had the same problem you describe and I found that it was because I was running the notebook server in a shell session where the LGOPATH environment variable had not been set. I killed the server, set the LGOPATH variable (by sourcing my updated bashrc file) and restarted the Jupyter server and now it works fine. But maybe the root of the problem in your case is different.