Skip to content

Commit 76696ab

Browse files
authored
Add info on R kernels
1 parent 67899d4 commit 76696ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-access-terminal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ To add a new Jupyter kernel to the compute instance:
102102
python -m ipykernel install --user --name newenv --display-name "Python (newenv)"
103103
```
104104

105-
Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels) can be installed.
105+
Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels) can be installed.
106+
107+
To create new kernels, use the `IRkernel` package in R. If you create the new kernel from within a notebook, close the notebook and reopen it to see the new kernel. For more information about IRkernel, see [Native R kernel for Jupyter](https://cran.r-project.org/web/packages/IRkernel/readme/README.html).
106108

107109
### Remove added kernels
108110

0 commit comments

Comments
 (0)