Sen descrición

Gert-Ludwig Ingold bb90566c58 figure for notebook added %!s(int64=5) %!d(string=hai) anos
notebooks bb90566c58 figure for notebook added %!s(int64=5) %!d(string=hai) anos
presentation 9efdd8af7e first final version of introductory presentation %!s(int64=5) %!d(string=hai) anos
.gitignore 550fcb45a7 gitignore expanded %!s(int64=5) %!d(string=hai) anos
README.md d439c1c7a5 binder badge inserted %!s(int64=5) %!d(string=hai) anos
environment.yml 65a396a47d requirements for conda env added %!s(int64=5) %!d(string=hai) anos

README.md

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.