Skip to content

Commit 0117da5

Browse files
upd README
1 parent 3cbef9a commit 0117da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## R Markdown Examples
1+
# R Markdown Examples
22

33
These notebooks introduce using spectral parameterization to developmental EEG data, using R.
44

@@ -19,7 +19,7 @@ This file applies spectral parameterization to a group of power spectra.
1919
This file does an example analysis of developmental EEG data with spectral parameterization.
2020

2121

22-
## Setting up Python in R Studio
22+
# Setting up Python in R Studio
2323
The installation instructions provide here correspond to the *01-R_PythonSetup.Rmd* script, and use the [reticulate](https://rstudio.github.io/reticulate/) package and [Miniconda](https://docs.conda.io/en/latest/miniconda.html) to access Python in R Studio.
2424

2525
Install and load the *reticulate* package and *Miniconda*. For novice Python users, we recommend installing Miniconda—a small version of anaconda that includes conda, Python, their dependencies, and common functions—via the `install_miniconda` function from the *reticulate* package. It is important to install *Miniconda* in a separate code chunk after the *reticulate* package has been loaded.

0 commit comments

Comments
 (0)