Skip to content

Latest commit

 

History

History

Setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

This is the basic setup to enable you to clone a repo from github and launch a jupyter notebook.

Setup for Mac Users


  1. Download and install Anaconda.

  2. Download and install iTerm2.

  3. OPTIONAL: Download and install Sublime Text 3.

Setup for Windows Users


  1. Download and install Anaconda, download link is at bottom of page.

  2. Download and install git

  3. OPTIONAL: Download and install terminal manager cmder.

  4. OPTIONAL: Download and install Sublime Text 3.

Once you are all setup.


  1. Launch a jupyter notebook.
    • Mac users, open up iterm2 and type in jupyter notebook.
    • Window users, open up your Anaconda Power Shell (in the Ananconda Folder you can find in your home menu), and type in jupyter notebook.
  2. Once in your jupyter noteboook, create a new notebook and print "Hello World!"