Dear friends,
Great news! I was able to install the IRkernel successfully and I am now
able to create R notebooks in Jupyter. Just in case anybody out there is
struggling with this too, here is what I did (I have Windows 8, but it will
probably work for Mac OS X as well):
1-Go to the page https:/
> On Jan 5, 2017, at 11:16 AM, Paul Bernal wrote:
>
> Hello everyone,
>
> I tried to get the IRkernel going doing the following:
>
> install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ',
> 'devtools', 'uuid', 'digest'))
>
> then taking care of proxy settings by doing:
>
> l
Hello everyone,
I tried to get the IRkernel going doing the following:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ',
'devtools', 'uuid', 'digest'))
then taking care of proxy settings by doing:
library(devtools)
library(httr)
set_config(use_proxy(url="",port=8080,user
3 matches
Mail list logo