Skip to content

Commit

Permalink
Merge pull request #837 from mcanouil/fix/jupyterlab-quarto-version-typo
Browse files Browse the repository at this point in the history
fix: typo in jupyterlab-quarto version
  • Loading branch information
dragonstyle authored Sep 25, 2023
2 parents 04afcd0 + 1f91aa1 commit 415919c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/_jupyter-lab-extension-install.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ You can install the Quarto JupyterLab extension one of two ways:
| Platform | Commands |
+================+===================================================+
| Mac/Linux | ``` {.bash filename="Terminal"} |
| | python3 -m pip install jupyterlab-quarto==0.1.4.5 |
| | python3 -m pip install jupyterlab-quarto==0.1.45 |
| | ``` |
+----------------+---------------------------------------------------+
| Windows | ``` {.powershell filename="Terminal"} |
| | py -m pip install jupyterlab-quarto==0.1.4.5 |
| | py -m pip install jupyterlab-quarto==0.1.45 |
| | ``` |
+----------------+---------------------------------------------------+

Expand Down

0 comments on commit 415919c

Please sign in to comment.