Skip to content

martinlarsalbert/curve_fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple curve fit with scipy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published