You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We strongly, strongly, strongly encourage you to use conda to install
the required packages for this tutorial. There are non-Python dependencies
required that make manual installation or installing with pip very involved.
Note also that this tutorial is written for Python 3.6. Most things will still
work on Python 3.4+.
No guarantees of any kind are made that it will be
compatible with Python 2.
Installing with conda
Option a) Create a new environment
Download the environment.yml file in the root of this repository, e.g.
No hands-on work requires these, but if you want to play with some of the
examples. If you installed using either environments.yml or requirements.txt
these are already installed.
conda install cython
pip install cython
We recommend you also install the Jupyter notebook extensions.
and (assuming port 8888) navigate to https://localhost:8888/nbextensions where
you can choose which extensions to enable. One that is helpful (for us!) when
using Numba in the notebook is the Skip-Traceback extension. You're welcome to
enable whichever extensions you like (we're also fans of Codefolding and the
Comment/Uncomment Hotkey).
Check Installation
Once you have downloaded all of the requires libraries/packages, you can run the
check_install.py script to confirm that everything is working as expected.
Either download the file directly or clone this repository and then run