Skip to content

Commit

Permalink
installing jupyter client
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 16, 2024
1 parent 24b7d76 commit dadf91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo -e "\n\n -------- Starting R BELOW ----- \n"
sudo R --vanilla << EOF
install.packages('IRkernel',repos='https://cloud.r-project.org/')
install.packages("jupyter_client")
IRkernel::installspec()
EOF
echo -e "\n\n ------- Listing the kernels installed BELOW ----\n"
Expand Down

0 comments on commit dadf91f

Please sign in to comment.