Skip to content

Commit 472c16c

Browse files
Update README.md
1 parent 081cab4 commit 472c16c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ install.packages("arrow")
8888
> library(ggrastr)
8989
```
9090
### Packages needed for CLI.
91+
#### follow https://irkernel.github.io/installation/ to install IRkernel and make it avilable to Jupyter system-wide.
9192
```
92-
# follow https://irkernel.github.io/installation/ to install IRkernel and make it avilable to Jupyter system-wide.
9393
$ R
94-
> install.packages('IRkernel')
95-
> IRkernel::installspec(user = FALSE)
96-
94+
>install.packages('IRkernel')
95+
>IRkernel::installspec(user = FALSE)
96+
```
97+
```
9798
$ conda install ipykernel
9899
$ pip install rpy2 # If you want to use globally installed R and packages
99100
or

0 commit comments

Comments
 (0)