Skip to content

Instantly share code, notes, and snippets.

@aaizemberg
Last active April 15, 2024 02:17
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save aaizemberg/de26054c0e2964be96bb468b9ce1c019 to your computer and use it in GitHub Desktop.
Save aaizemberg/de26054c0e2964be96bb468b9ce1c019 to your computer and use it in GitHub Desktop.
instalando el kernel de R para jupyter notebook

Desde jupyter notebook, tambien se puede ejecutar código R.

 pip3 install --upgrade pip
 pip3 install jupyter
 jupyter notebook

Para cumplir con el paso 3, desde RStudio:

 install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
 devtools::install_github('IRkernel/IRkernel')
 IRkernel::installspec()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment