Skip to content

Commit d20e79e

Browse files
authored
Install R Kernel in the environment where Jupyter sits
Jupyter runs in a "pristine" Conda environment which isn't affected by changes in the root environment. As a result, modifications to Jupyter (kernels, extensions, etc.) must be installed there too. This updates the install_r_notebook to use the JupyterSystemEnv environment when installing R.
1 parent 2067f7b commit d20e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_functionality/install_r_kernel/install_r_kernel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18-
"!conda install -y -c r r-essentials"
18+
"!conda install --yes --name JupyterSystemEnv --channel r r-essentials"
1919
]
2020
},
2121
{

0 commit comments

Comments
 (0)