Skip to content

Enable debugger for jupyter notebook #4

Description

@ggruszczynski
$ 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions