Skip to content
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 keeps crashing in Win10's Linux subsystem #16

Closed
circlespainter opened this issue Mar 13, 2018 · 4 comments
Closed

Kernel keeps crashing in Win10's Linux subsystem #16

circlespainter opened this issue Mar 13, 2018 · 4 comments
Assignees
Labels
bug Installation and functionality issues

Comments

@circlespainter
Copy link

I know it's untested but... What info can I collect to help troubleshooting?

@holgerbrandl
Copy link
Contributor

What's the error message?

@circlespainter
Copy link
Author

circlespainter commented Mar 29, 2018

Sorry for the delay, when opening/creating a Kotlin notebook the kernel starts and seems to connect but crashes and keeps crashing when retrying

@ileasile
Copy link
Contributor

ileasile commented Dec 7, 2019

@circlespainter try reinstalling the kernel from the latest master. If the problem remains, please attach logs from the console where you're running Jupyter notebook/lab server.

@ileasile ileasile self-assigned this Dec 7, 2019
@ileasile ileasile added the bug Installation and functionality issues label Dec 7, 2019
@ileasile ileasile added the wait for answer The issue waits for opener's action or answer label Apr 21, 2020
@ileasile
Copy link
Contributor

I checked it on Linux subsystem (Ubuntu) by myself, and it works like a charm. Don't forget to install java, python and pip:

sudo apt update
sudo apt install python3 python3-pip openjdk-8-jre-headless
sudo apt upgrade
python -m pip install jupyter kotlin-jupyter-kernel

Then you may run notebook:

jupyter notebook --no-browser

And then use the link suggested by Jupyter in your browser.

@ileasile ileasile removed the wait for answer The issue waits for opener's action or answer label Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Installation and functionality issues
Projects
None yet
Development

No branches or pull requests

3 participants