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.
!conda install -y jpype1
!conda env update -n root -f "resources/requirements.yml"