gdt: Kangaroo road sign (Default)
[personal profile] gdt

Jupyter with Python

Fedora loves Python has the good oil:

$ sudo dnf install notebook
$ jupyter notebook

Jupyter with R

Firstly, install Jupyter with Python, as above.

IRkernel has the good oil. I've modified their advice to install RPM packages where they are available:

$ sudo dnf install czmq-devel libcurl-devel openssl-devel
$ sudo dnf install R-crayon R-pbdZMQ R-repr
$ R --no-restore --no-save
> install.packages('devtools')
> devtools::install_github(paste0('IRkernel/', c('IRdisplay', 'IRkernel')))
> IRkernel::installspec()
> q()

If you want to do a system-wide installation then run R as root, proceed as above, but the last step is:

> IRkernel::installspec(user = FALSE)

This account has disabled anonymous posting.
(will be screened)
(will be screened)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org

Profile

gdt: Kangaroo road sign (Default)
Glen Turner

September 2021

S M T W T F S
   1234
567891011
121314151617 18
19202122232425
2627282930  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 2026-01-04 21:27
Powered by Dreamwidth Studios