Skip to content

Commit f114617

Browse files
committed
README: adjust formatting of examples
1 parent 2a47957 commit f114617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ case, `R-3.6.1`). Then, you run envkernel with
302302
files from the kernel directory, argv, and so on), and (in this case)
303303
saves it to the same name with the `--name=R-3.6.1` option.
304304

305-
```console
305+
```shell
306306
# Load modules and install the IRKernel normally, without envkernel
307-
$ module load r-irkernel/1.1-python3
308-
$ module load jupyterhub/live
309-
$ Rscript -e "library(IRkernel); IRkernel::installspec(name='R-3.6.1', displayname='R 3.6 module')"
307+
module load r-irkernel/1.1-python3
308+
module load jupyterhub/live
309+
Rscript -e "library(IRkernel); IRkernel::installspec(name='R-3.6.1', displayname='R 3.6 module')"
310310

311311
# Use envkernel --kernel-template
312312
# - Do the normal Lmod envkernel setup

0 commit comments

Comments
 (0)