Skip to content

Commit cd681a4

Browse files
committed
updated conda ir installation instructions
1 parent f7e279f commit cd681a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Lecture-0-Setup-of-Python-Environment.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"$ # or download archive from and extract it from https://github.com/timeu/gwas-lecture/archive/master.zip\n",
5656
"$ cd gwas-lecture\n",
5757
"$ conda env create -f environment.yml\n",
58+
"$ conda activate gwas-lecture\n",
59+
"$ conda install -c conda-forge r=3.6 r-irkernel \n",
5860
"```\n",
5961
"\n",
6062
"\n",
@@ -84,13 +86,13 @@
8486
"cell_type": "markdown",
8587
"metadata": {},
8688
"source": [
87-
"## To run R in jupyter, install IRkernel\n",
89+
"<!-- ## To run R in jupyter, install IRkernel\n",
8890
"\n",
8991
"The installation instructions for IRkernel are described in detail [here](https://github.com/IRkernel/IRkernel) or [here](https://irkernel.github.io/installation/#source-panel). Start by opening R in the terminal.\n",
9092
"\n",
9193
"In the terminal, type:\n",
9294
"* install.packages('IRkernel')\n",
93-
"* IRkernel::installspec() # to register the kernel in the current R installation"
95+
"* IRkernel::installspec() # to register the kernel in the current R installation-->"
9496
]
9597
}
9698
],

0 commit comments

Comments
 (0)