Hey,
It seems that the kernel fails to start, I get:
[I 04:47:43.865 LabApp] KernelRestarter: restarting kernel (1/5), new random ports
WARNING: You have $CLASSPATH set, probably by accident.
It is strongly recommended to unset this before proceeding.
I have python 3.6.5
Jupyter 4.4.0
JupyterLab 0.35.4
Lein 2.9.0
The funny thing is, it seems to call my -main function, and everything inside it works. I can print things, etc.
Right now my guess is, once -main is done executing, it just shutdowns nRepl.
Any idea?
Hey,
It seems that the kernel fails to start, I get:
I have python 3.6.5
Jupyter 4.4.0
JupyterLab 0.35.4
Lein 2.9.0
The funny thing is, it seems to call my -main function, and everything inside it works. I can print things, etc.
Right now my guess is, once -main is done executing, it just shutdowns nRepl.
Any idea?