Skip to content

ksubbara/Jupyter-Notebook-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter-Notebook-Demo

Here are the minimum steps required to get this Jupyter Notebook running from scratch:

  1. Install Python 3 using Anaconda
  2. Install git
  3. Make a github account
  4. Fork this repo by clicking the "Fork" button at the top right of the page
  5. Clone this repo locally in the directory of your choice
    • For example, my commands from terminal (mac OSX) were:
      • cd /Users/bmagnusson
      • git clone https://github.com/bmagnusson/Jupyter-Notebook-Demo.git
  6. Navigate to the directory that you cloned the repo and run the command jupyter notebook
    • For me:
      • cd /Users/bmagnusson/Jupyter-Notebook-Demo
      • jupyter notebook
  7. This (should) open up the Jupyter directory browser at http://localhost:8888/tree in your default web browser (let me know if it doesn't!).
  8. Click Jupyter Notebook Intro.ipynb
  9. Congrats you're ready to roll. Happy notebooking!

About

Bare-bones Jupyter Notebook demo adapted from https://github.com/TwistedHardware/mltutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%