|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
notebooks | %!s(int64=5) %!d(string=hai) anos | |
presentation | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
environment.yml | %!s(int64=5) %!d(string=hai) anos |
The tutorial requires the following packages on top of a Python 3 installation:
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.