You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,9 @@ This notebook introduces spectral parameterization and applies it to a single po
9
9
### 02-GroupPSDs
10
10
11
11
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