Sen descrición

Borys Palka 951a239ff0 debug consoleTracker %!s(int64=5) %!d(string=hai) anos
schema 30829030c5 More scaffolding %!s(int64=5) %!d(string=hai) anos
src 951a239ff0 debug consoleTracker %!s(int64=5) %!d(string=hai) anos
style ec77927368 Merge branch 'notebook_lines' into debugger-ui %!s(int64=5) %!d(string=hai) anos
tests 2d676facd0 Merge branch 'master' into session %!s(int64=5) %!d(string=hai) anos
.gitignore e498d364ce fix conflicts %!s(int64=5) %!d(string=hai) anos
.prettierrc 65b4154a8c Add .prettierrc %!s(int64=5) %!d(string=hai) anos
DESIGN.md f8f82ebdfe Fix design file location. %!s(int64=5) %!d(string=hai) anos
LICENSE 64db2dfe4b Update LICENSE %!s(int64=5) %!d(string=hai) anos
README.md 416873f90e Install xeus-python kernelspec for tests %!s(int64=5) %!d(string=hai) anos
azure-pipelines.yml 416873f90e Install xeus-python kernelspec for tests %!s(int64=5) %!d(string=hai) anos
package.json 2d676facd0 Merge branch 'master' into session %!s(int64=5) %!d(string=hai) anos
tdoptions.json 9e67f61b69 Add a shell JupyterLab extension. %!s(int64=5) %!d(string=hai) anos
tsconfig.json 25bfc84fb0 Add scaffolding for tests %!s(int64=5) %!d(string=hai) anos
tslint.json 9e67f61b69 Add a shell JupyterLab extension. %!s(int64=5) %!d(string=hai) anos

README.md

@jupyterlab/debugger

A JupyterLab debugger UI extension

This extension is under active development and is not yet available.

Prerequisites

  • JupyterLab 1.1+
  • xeus-python 0.5+

Development

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

# Activate the conda environment
conda activate jupyterlab-debugger

# Install dependencies
jlpm

# Build Typescript source
jlpm build

# Link your development version of the extension with JupyterLab
jupyter labextension link .

# Rebuild Typescript source after making changes
jlpm build

# Rebuild JupyterLab after making any changes
jupyter lab build

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

Tests

To run the tests:

# [Optional] to enable the logs for xeus-python
export XEUS_LOG=1

jlpm run test