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)

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 2025-07-23 00:21
Powered by Dreamwidth Studios