Skip to content

Instantly share code, notes, and snippets.

@brunoluz
Created September 9, 2023 23:45
Show Gist options
  • Save brunoluz/9bb6040f22d0645b352f3f8129e6fedb to your computer and use it in GitHub Desktop.
Save brunoluz/9bb6040f22d0645b352f3f8129e6fedb to your computer and use it in GitHub Desktop.
Install jupyter notebook with R kernel on the current conda envronment
#!/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