#!/usr/bin/env python # coding: utf-8 # # Install Requirements # # Before running any of the other notebooks on Heroku, run this notebook first, which will install the remaining Python libraries required to run the sample code. # In[ ]: get_ipython().system('conda install -y jpype1') # In[ ]: get_ipython().system('conda env update -n root -f "resources/requirements.yml"')