A few home-grown snippets and guides 🌱
Use the above "Launch Binder" button above to run Jupyter Notebooks remotely.
You may need to install Anaconda and setup a working Python environment with the following:
conda create --name tutorial_env --file requirements.txt
Then activate the conda environment:
source activate tutorial_env