Skip to content

Commit

Permalink
feature(add rlang #9): working R kernel setup + jupyterlab-deck exten…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 9, 2024
1 parent 7babc06 commit 584d038
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion oci/deno-jupyter/register.r.ikernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ EOF
# source ~/.bashrc && conda install -y -c conda-forge @techrah/text-shortcuts
# conda install -y -c conda-forge @techrah/text-shortcuts
# ---

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

R --version
Rscript --version
Expand Down

0 comments on commit 584d038

Please sign in to comment.