Skip to content

getodacu/euroscipy-scipy-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euroscipy-scipy-tutorial

Introduction to Scipy

Tutorial at EuroSciPy 2019 in Bilbao, September 3, 2019

Binder

Installation instructions

The tutorial requires the following packages on top of a Python 3 installation:

  • numpy
  • scipy
  • matplotlib
  • jupyter

Any recent version of the Anaconda distribution should allow to run the Jupyter notebooks used in this tutorial.

Alternatively, you can build a specific environment euroscipy-scipy-tutorial for the tutorial by running

conda env create -f environment.yml

with the environment.yml file provided in this repository. For more detailed instruction on how to create a conda environment, see the conda documentation.

About

Introduction to Scipy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.4%
  • TeX 14.5%
  • Python 4.0%
  • Makefile 3.1%