Skip to content

Commit

Permalink
feature(add rlang #9): fix installation of jupyterlab-deck extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 9, 2024
1 parent 734ecbd commit 6ea6f9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oci/deno-jupyter/register.r.ikernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ EOF

# ---
# the symlink so that anaconda thinks its him who installed jupyter...?
ln -s /usr/local/bin/jupyter ${HOME}/anaconda3/bin/jupyter
# ln -s /usr/local/bin/jupyter ${HOME}/anaconda3/bin/jupyter
# But we want sweeties, so...:
# https://github.com/deathbeds/jupyterlab-deck
conda install -y -c conda-forge 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

R --version
Rscript --version
Expand Down

0 comments on commit 6ea6f9a

Please sign in to comment.