Skip to content

Commit 51bccfc

Browse files
authored
Update how-to-access-terminal.md
1 parent 8df3150 commit 51bccfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/J
106106

107107
To add a new R kernel to the compute instance:
108108

109-
1. Use the terminal window to create a new environment. For example, the code below creates `r_env':
109+
1. Use the terminal window to create a new environment. For example, the code below creates `r_env`:
110110

111111
```shell
112112
conda create -n r_env r-essentials r-base
@@ -124,7 +124,7 @@ To add a new R kernel to the compute instance:
124124
R
125125
```
126126
127-
1. At the R prompt, install and run `IRkernel`:
127+
1. At the R prompt, run `IRkernel`:
128128
129129
```
130130
IRkernel::installspec(name = 'irenv', displayname = 'New R Env')

0 commit comments

Comments
 (0)