Skip to content

Commit 509f9a7

Browse files
committed
Fix R kernel description in JupyterLab.md
1 parent 3e157e0 commit 509f9a7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/software/JupyterLab.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,23 @@ jupyter-compute 15051 --ntasks 1 --time=01:00:00 --partition=gpu --gres=gpu:gtx1
133133

134134
## Kernels
135135

136-
The following JupyterLab kernel are installed:
136+
### Python
137137

138-
* Python3
139-
* R
138+
By default the Python3 kernel from the Anaconda3 environment is installed. You
139+
can create further kernels by creating new conda environments as well.
140140

141141
### R
142142

143-
verify that the module *IRkernel* is loaded
143+
To use R with Jupyterlab you can either install use R from the UBELIX software modules or a
144+
custom Anaconda3 environment.
145+
146+
To use R from the UBELIX software modules ensure that the R module is loaded and
147+
the `IRkernel` package is installed before starting `jupyter-compute`
144148

145149
```
146-
module load IRkernel
150+
module load R
151+
R
152+
> install.packages('IRkernel')
147153
```
148154

149155
## Packages

0 commit comments

Comments
 (0)