Insert Video first here, followed by the text as well, so both formats are represented.
Step 1: create a new folder on your computer, where you will keep all of your files for this project (there will be a lot of them, so better to get organized from the start!)
Step 2: create a new folder in that folder for learning activities
Step 3: Download the REU2020/Code Release IN PROGRESS/00-ObservingLog.ipynb file to the learning activity folder.
Step 4: You will follow these instructions to get Anaconda installed and the Jupyter Notebook you just downloaded up and running:
Download Anaconda here:
Scroll down to find the Windows installer (make sure to get Python 3.7)
Once installed there are a few ways to launch Jupyter:
Open the Jupyter Notebook app
Open Anaconda Launcher and click “launch under Jupyter Notebook
Open the Anaconda Prompt and type “jupyter notebook” + Enter
Step 5: Follow this tutorial to install the Google Drive file streaming (this will allow you to access spectrograph data on the Google drive without having to download them first).
Download Google Drive Stream here:
To use Google Drive Stream:
Start by opening the Command Prompt (or Anaconda Prompt).
Now change the directory to the “REU2020” drive on google by typing (or by dragging the desired folder onto the command prompt screen): cd “G: \Shared drives\REU2020-datasets”
Then to fully switch to the G drive type: G:
Once it is switched, type: jupyter notebook
NOTE: The Google Drive folder must be added to “My Drive” for it to show on the file stream.
And this should open Jupyter Notebook on Google Drive and you should be able to navigate through like normal to find where you either want to create a notebook or edit a notebook.