There are 2 options to view the Jupyter notebooks contained in this repository:
- online with Binder: just click
- on your Linux/macOS computer (or virtual machine):
- clone this repository
cd
in the repository directory- run
./start_tutorial.sh
to install BioBlend in a virtualenv and start the Jupyter Notebook in your browser.
The recommended order in which to view the notebooks (especially if you are following the slides) is:
- galaxy_api_histories.ipynb
- ex1_galaxy_api.ipynb
- bioblend_histories.ipynb
- ex1_bioblend.ipynb
- bioblend.objects_histories.ipynb
- ex1_bioblend.objects.ipynb
- (optional) ex1_extras.ipynb
In case of doubt, don't forget to check the Galaxy API docs and the BioBlend docs.