Không có mô tả

Gert-Ludwig Ingold b87d526bbf sources moved to separate directory 6 năm trước cách đây
presentation b87d526bbf sources moved to separate directory 6 năm trước cách đây
.gitignore 22f6d36280 exclude certain images 6 năm trước cách đây
README.md aa1786dc8d line break added 6 năm trước cách đây
environment.yml 65a396a47d requirements for conda env added 6 năm trước cách đây

README.md

euroscipy-scipy-tutorial

Introduction to Scipy

Tutorial at EuroSciPy 2019 in Bilbao, September 3, 2019

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.