Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 406 Bytes

curve_fit

Simple curve fit with scipy

Installation

  • Clone this repo with GIT
  • Install Python3.5 (32 bit)
  • Create a vitual environment: python.exe -m venv venv
  • activate this environment: venv\Scripts\activate
  • Install dependencies using pip and the requirements.txt in this repo: pip install -r requirements.txt

Run

This example is in a Jupyter notebook, please launch it: jupyter notebook