|
vor 5 Jahren | |
---|---|---|
schema | vor 5 Jahren | |
src | vor 5 Jahren | |
style | vor 5 Jahren | |
tests | vor 5 Jahren | |
typings | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
.prettierignore | vor 5 Jahren | |
.prettierrc | vor 5 Jahren | |
DESIGN.md | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 5 Jahren | |
azure-pipelines.yml | vor 5 Jahren | |
package.json | vor 5 Jahren | |
tdoptions.json | vor 5 Jahren | |
tsconfig.json | vor 5 Jahren | |
tslint.json | vor 5 Jahren |
A JupyterLab debugger UI extension
This extension is under active development and is not yet available.
# Create a new conda environment
conda create -n jupyterlab-debugger -c conda-forge jupyterlab nodejs xeus-python=0.5.3 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
To run the tests:
# [Optional] to enable the logs for xeus-python
export XEUS_LOG=1
jlpm run test
The kernelspy extension for JupyterLab can be used to inspect the debug messages sent between the debugger UI and the kernel.
To install it:
jupyter labextension install jupyterlab-kernelspy