/Fall2020CMP464-788

CMP 464 / 788: Data Handling and Analysis

Primary LanguageJupyter Notebook

CMP 464 / 788: Data Handling and Analysis

  • Link to course introduction: link
  • Link to Week 1 Google Colab notebook: link
  • Course videos: link is provided on Blackboard

Installing Anaconda Python

  1. Download Anaconda Individual Edition. Make sure to choose the correct option based on your operating system.
  2. Start the installer. It is recommended to use a path that does not contain any spaces.
  3. After installation, you can create IPython notebooks using Jupyter Notebook.
  • Navigate to a folder in which you want to store .ipynb files.
  • Click "New" -> "Python3" to create a new notebook.
  • Start coding! There are other useful applications that can be found in Anaconda Navigator.

Download A .ipynb File

  1. Open the file on Github
  2. Click "Raw"
  3. Right click and choose "Save as". In Windows, you need to change the file type to "All Files" and remove .txt in the end of file name. Make sure the file extension is .ipynb.

Now the file can be opened using Jupyter Notebook.