Skip to content

acjones617/scipy-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scipy

Node wrapper for Python's SciPy library

Download the npm module:

npm install scipy

Or, if you'd rather download the modules contained within piece-meal style:

npm install scipy-optimize
npm install scipy-integrate

Click below for more information on the respective scipy-optimize and scipy-integrate npm modules:

scipy-optimize

scipy-integrate


After downloading scipy, require scipy in your js file. I'm going to use the variable 'scipy' to represent the module:

var scipy = require('scipy');

scipy has two properties on it, opt and integrate. Visit the README's of my scipy-optimize and scipy-integrate for more information on the methods available to you on each of these properties.

View the README's here:

scipy-optimize

scipy-integrate

About

Node wrappers around scientific scipy python library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published