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

Enable debugger for jupyter notebook #4

Open
ggruszczynski opened this issue Dec 17, 2021 · 0 comments
Open

Enable debugger for jupyter notebook #4

ggruszczynski opened this issue Dec 17, 2021 · 0 comments

Comments

@ggruszczynski
Copy link
Member

$ jupyter labextension install @jupyterlab/debugger
An error occurred.
ValueError: Please install nodejs >=12.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details:  /tmp/jupyterlab-debug-gm2vfame.log

FIX:
https://computingforgeeks.com/how-to-install-nodejs-on-ubuntu-debian-linux-mint/
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

apt-get install -y nodejs

jupyter labextension install @jupyterlab/debugger

install kernel which supports debugging (the standard one shall support too, but it doesnt)

pip3 install xeus-python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant