Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

jtpio/jupyterlab-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab-debugger

Binder

Debugger extension for JupyterLab.

Prerequisites

  • JupyterLab 1.1+

Development

To get started:

# create a new conda environment
conda create -n jupyterlab-debugger -c conda-forge nodejs xeus-python ptvsd

# activate the conda environment
conda activate jupyterlab-debugger

# install JupyterLab 1.1 alpha
python -m pip install --pre jupyterlab

# create the ptvsd directory for the logs in the folder where JupyterLab is started
mkdir xpython_debug_logs

# install dependencies
jlpm

# build Typescript source
jlpm build

# install the development version of the extension
jupyter labextension install .

# start JupyterLab with the kernel logs enabled
XEUS_LOG=1 jupyter lab --no-browser --watch

About

[Prototype] Jupyterlab extension containing a UI for debugging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.5%
  • CSS 9.6%
  • Jupyter Notebook 1.9%