Example of running dask on a jupyter notebook on TSCC.
Log in your TSCC account and clone the repo:
$ git clone https://github.com/calebchoban/tscc_dask.gitMake a conda environment from the provided yml file (this will take a while):
$ conda env create -f py3.ymlSubmit the Jupyter notebook job to TSCC:
$ qsub jupyter_job.pbsCopy and run the bash script on your local computer (make sure username is replaced with your username):
$ source ./tunnel_notebook.shOpen up your favorite web browser and type 'localhost:8181' in the address.
Go analyze data.