An open API service indexing awesome lists of open source software.

https://github.com/mjul/scipy-lab

Scientific computation with Python
https://github.com/mjul/scipy-lab

matplotlib numpy python scipy

Last synced: 4 months ago
JSON representation

Scientific computation with Python

Awesome Lists containing this project

README

          

# SciPy Lab
Notes on scientific computation with Python.

# Installation
This project uses Anaconda Scientific Python.

## Create the Environment
You can create the conda environment like so:

conda env create -f environment.yml

## Save Environment
You can save the cross-platform conda environment like so:

conda env export --from-history > environment.yml