Skip to content

icanhazcodeplz-zz/Jupyter-Notebook-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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
    • Make sure it is working by typing the command conda in a terminal.
    • If you get a reponse of command not found, you may need to add anaconda to your environment path.
      • One way to do this is to add the line export PATH="$PATH:/Users/bmagnusson/anaconda/bin" to your .bashrc or .profile file. Replace /Users/bmagnusson with the location of your anaconda installation.
    • If you have already installed Anaconda, run the command conda update anaconda to make sure you have the latest and greatest.
  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.
  8. Navigate to http://localhost:8888/nbextensions/
  9. Under Configurable extensions click the check box for Nbextensions dashboard tab
  10. Go back to the tree directory by clicking the Files tab
  11. Click Jupyter Notebook Intro.ipynb
  12. 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