lgo icon indicating copy to clipboard operation
lgo copied to clipboard

Kernel never works

Open InnovativeInventor opened this issue 7 years ago • 1 comments

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?

InnovativeInventor avatar Jul 22 '18 21:07 InnovativeInventor

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.

adkein avatar Dec 16 '19 14:12 adkein