Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.92 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.92 KB

DSI Tutorial

  1. Download the 6 files in the Tutorial folder:

    • CORGIS Tutorial.ipynb
    • Dictionaries and Lists.ipynb
    • For Loops and If Statements.ipynb
    • Intro to Jupyter Notebook.ipynb
    • graduates.data
    • graduates.y
  2. Navigate to Jupyter Lab: https://jupyter.org/try

  3. Click "Try Jupyter Lab" and wait until Binder loads the Jupyter Lab landing page


JupyterLab Landing Page

  1. Create a new folder and navigate inside of it

Create a New folder for your project

  1. Upload the 6 files from DSI_tutorial/Tutorial :

Upload the 6 files


All these files should be in the same folder after uploading

Note: This instance of Jupyter Lab does NOT save your progress, if your session times out or the page closes, all your progress will be lost! Download the notebook if you wish to continue later.

  1. Click on "Intro to Jupyter Notebook.ipynb", open the notebook and follow the instructions.
  2. Click on "Dictionaries and Lists.ipynb", open the notebook and follow the instructions.
  3. Click on "For Loops and If Statements.ipynb", open the notebook and follow the instructions.
  4. Click on "CORGIS Tutorial.ipynb", open the notebook and follow the instructions.