Created
September 9, 2023 23:45
-
-
Save brunoluz/9bb6040f22d0645b352f3f8129e6fedb to your computer and use it in GitHub Desktop.
Install jupyter notebook with R kernel on the current conda envronment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
conda install -y r-recommended r-irkernel | |
conda install -y notebook | |
R -e 'IRkernel::installspec()' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment