Skip to content

leonardoleanodev/hmtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

hmtools

functions for statistical data fitting, implemented for python3.6

Requirements

you will need pip for instalation of the python modules follow the instalation in the link: https://pip.pypa.io/en/stable/installing/

affter instaltion run this code in command line:

$ pip install numpy

For data visualization

$ pip install matplolib

$ pip install pandas

To make a new invoroment with virtualenv (Linux)

$ pip install virtualenv making a new enviroment for python3.6 $ virtualenv --python=python3.6 venv activating the new enviroment $ source venv/bin/activate installing the dependencies and jupyter notebook $ pip install numpy

$ pip install matplotlib

$ pip install pandas

$ pip install jupyter

For running examples in jupyter-notebook

run the command in the diretory and open the notebook $ jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published