Skip to content

Commit e04daab

Browse files
committed
Add debugger presentation at EuroScipy 2019
1 parent 092f93d commit e04daab

15 files changed

+474
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Debugging in JupyterLab
2+
3+
## EuroSciPy 2019
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: euroscipy-2019-jupyterlab-debugger
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- ipdb
6+
- ipywidgets
7+
- jupyterlab
8+
- nodejs
9+
- ptvsd
10+
- xeus-python
Loading
Loading
Loading
Loading
Loading

2019-09-04-EuroSciPy-jlab-debugger/img/quantstack-logo.svg

+52
Loading
279 Bytes
Loading
Loading
Binary file not shown.
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jupyter labextension install @jupyterlab/toc \
2+
@jupyter-widgets/jupyterlab-manager \
3+
jupyterlab-topbar-extension \
4+
jupyterlab-topbar-text \
5+
../jupyterlab-debugger

0 commit comments

Comments
 (0)