File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/J
106
106
107
107
To add a new R kernel to the compute instance:
108
108
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` :
110
110
111
111
` ` ` shell
112
112
conda create -n r_env r-essentials r-base
@@ -124,7 +124,7 @@ To add a new R kernel to the compute instance:
124
124
R
125
125
```
126
126
127
- 1. At the R prompt, install and run `IRkernel`:
127
+ 1. At the R prompt, run `IRkernel`:
128
128
129
129
```
130
130
IRkernel::installspec(name = 'irenv', displayname = 'New R Env')
You can’t perform that action at this time.
0 commit comments