Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.21 KB

JupyterNotebooks.md

File metadata and controls

27 lines (19 loc) · 1.21 KB

Learn To Code Online By Clicking Here

What Is A Jupyter Notebook?

A Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include (but are not limited to):

  • testing
  • data cleaning and transformation
  • numerical simulation
  • statistical modeling
  • data visualization
  • machine learning ... and much more.

It even works with over 40 different programming languages!

How Do I Install It On My System?

You can run one of the following from your terminal (depending on your python version):

  • pip3 install jupyter
  • pip install jupyter

If you prefer to use Anaconda this is best for beginners. Especially since it already has Jupyter AND python installed!

How Do I Start A Jupyter Notebook?

  1. In your Anaconda window or terminal, go to whatever folder you want to start at with the top level folder.
  2. Run this command: jupyter notebook