We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081cab4 commit 472c16cCopy full SHA for 472c16c
1 file changed
README.md
@@ -88,12 +88,13 @@ install.packages("arrow")
88
> library(ggrastr)
89
```
90
### Packages needed for CLI.
91
+#### follow https://irkernel.github.io/installation/ to install IRkernel and make it avilable to Jupyter system-wide.
92
-# follow https://irkernel.github.io/installation/ to install IRkernel and make it avilable to Jupyter system-wide.
93
$ R
94
-> install.packages('IRkernel')
95
-> IRkernel::installspec(user = FALSE)
96
-
+>install.packages('IRkernel')
+>IRkernel::installspec(user = FALSE)
+```
97
98
$ conda install ipykernel
99
$ pip install rpy2 # If you want to use globally installed R and packages
100
or
0 commit comments