File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,23 @@ jupyter-compute 15051 --ntasks 1 --time=01:00:00 --partition=gpu --gres=gpu:gtx1
133
133
134
134
## Kernels
135
135
136
- The following JupyterLab kernel are installed:
136
+ ### Python
137
137
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.
140
140
141
141
### R
142
142
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 `
144
148
145
149
```
146
- module load IRkernel
150
+ module load R
151
+ R
152
+ > install.packages('IRkernel')
147
153
```
148
154
149
155
## Packages
You can’t perform that action at this time.
0 commit comments