Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #464 from jtpio/unpin-xeus
Browse files Browse the repository at this point in the history
Unpin xeus
  • Loading branch information
jtpio authored Jun 8, 2020
2 parents 8dc6767 + 32f3967 commit fc27b02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
conda init bash
conda info -a
- name: Create the conda environment
run: conda create -n jupyterlab-debugger --yes --quiet -c conda-forge nodejs jupyterlab=2 xeus=0.24.0 xeus-python=0.8.0 ptvsd python=$PYTHON_VERSION
run: conda create -n jupyterlab-debugger --yes --quiet -c conda-forge nodejs jupyterlab=2 xeus-python=0.8.0 ptvsd python=$PYTHON_VERSION
env:
PYTHON_VERSION: '3.8'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A JupyterLab debugger UI extension. This extension is under active development.
## Prerequisites

- JupyterLab 2.0+
- xeus-python 0.7.1+
- xeus-python 0.8.0+
- notebook 6+

## Installation
Expand All @@ -21,7 +21,7 @@ A kernel with support for debugging is required to be able to use the debugger.
It is generally recommended to create a new `conda` environment to install the dependencies:

```bash
conda create -n jupyterlab-debugger -c conda-forge xeus=0.24.0 xeus-python=0.8.0 notebook=6 jupyterlab=2 ptvsd nodejs
conda create -n jupyterlab-debugger -c conda-forge xeus-python=0.8.0 notebook=6 jupyterlab=2 ptvsd nodejs
conda activate jupyterlab-debugger
```

Expand Down Expand Up @@ -49,7 +49,7 @@ Enable the debugger, set breakpoints and step into the code:

```bash
# Create a new conda environment
conda create -n jupyterlab-debugger -c conda-forge nodejs xeus=0.23.14 xeus-python=0.7.1 ptvsd jupyterlab=2
conda create -n jupyterlab-debugger -c conda-forge nodejs xeus-python=0.8.0 ptvsd jupyterlab=2

# Activate the conda environment
conda activate jupyterlab-debugger
Expand Down
1 change: 0 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ dependencies:
- notebook=6
- ptvsd
- xeus-python=0.8.0
- xeus=0.24.0

0 comments on commit fc27b02

Please sign in to comment.