Skip to content

Commit d0fb02c

Browse files
upd README
1 parent 0117da5 commit d0fb02c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Python/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ This notebook introduces spectral parameterization and applies it to a single po
99
### 02-GroupPSDs
1010

1111
This notebook applies spectral parameterization to a group of power spectra.
12+
13+
14+
# Setting up Juypter Notebook
15+
For novice users, we recommend [Anaconda](https://www.anaconda.com/products/individual), a widely-used Python distribution platform that comes equipped with Python, Jupyter, and a myriad of essential Python libraries. Included in the Anaconda installation is [Anaconda Navigator](https://anaconda.org/anaconda/anaconda-navigator), a desktop graphical user interface (GUI) that allows a user to launch Jupyter Notebook and manage conda packages without the use of the Terminal.
16+
17+
Launching Jupyter via the Anaconda Navigator GUI will open the Notebook Dashboard in a new tab in the user’s web browser. In this case, Jupyter initiates a local Python server, which hosts and runs on the user’s computer. At the Notebook Dashboard, navigate to the folder where the “01-IndividualPSD.ipynb” file is located and open the script.

0 commit comments

Comments
 (0)