◐ Shell
reader mode source ↗
Skip to content

Commit 355cbd5

Browse files
Backport PR #16683: Fix JupyterLab install instructions in the debugger docs (#16686)
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent 1fa4474 commit 355cbd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here is an example of how to install ``ipykernel`` and ``xeus-python`` in a new
3232

3333
.. code:: bash
3434
35-
conda create -n jupyterlab-debugger -c conda-forge jupyterlab=3 "ipykernel>=6" xeus-python
35+
conda create -n jupyterlab-debugger -c conda-forge "jupyterlab>=3" "ipykernel>=6" xeus-python
3636
conda activate jupyterlab-debugger
3737
3838
Usage

0 commit comments

Comments
 (0)