-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel restarting constantly? #11
Comments
If I follow the clojupyter install info, by cloning and running make; make install. And then start jupyter lab, I don't get this problem. So it seems unique to lein-jupyter. |
I had a very similar problem yesterday, while trying to get It required explicitly including in my
The relevant part of the stack trace was here:
I have no idea what the best way to fix this, but I'd love for this to be fixed, so that other people can get it running on their first try. :) Just FYI, here's my lein dependencies:
|
That worked for me too, tks @realgenekim |
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?
The text was updated successfully, but these errors were encountered: