Skip to content

Commit

Permalink
feature(add rlang #9): add installation of jupyterlab-git extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 9, 2024
1 parent 6ea6f9a commit 4534af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oci/deno-jupyter/register.r.ikernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ EOF
# But we want sweeties, so...:
# https://github.com/deathbeds/jupyterlab-deck
# conda install -y -c conda-forge jupyterlab-deck # even with the above symlink, i don't think that any conda install command would change anything to the jupyter lab
python -m pip install jupyterlab-deck
apt-get install -y git git-flow
python -m pip install jupyterlab-deck jupyterlab-git

R --version
Rscript --version
Expand Down

0 comments on commit 4534af8

Please sign in to comment.