Jupyter Notebooks to introduce Biopython.
Click the launch binder
badge below to get started in an active Jupyter session working through the Biopython tutorials right in your browser with no installations needed. The active session is served via MyBinder.org.
GitHub renders Jupyter notebooks, and so you can also browse the notebooks in static form by starting at the Tutorial Index notebook. If you prefer the nicer renderings generated by nbviewer, go here to browse the notebooks in static form.
No installation needed!
The vast majority of the content is scooped from somewhere else. This project is focused on making this existing content available and interactive with Jupyter notebooks.
Most content here is based on the Biopython tutorial.
The Biopython tutorial forms the source for much of the material you'll find here.
There is a seperate Biopython Notebook tutorial here on how to characterize a small sequence like a coronavirus genome.
-
A Docker image with these notebooks is available here https://hub.docker.com/r/biopython/biopython-tutorial/.
-
Other Biopython Docker containers are available here https://hub.docker.com/u/biopython/.
-
Basic Docker instructions can be found here https://github.com/biopython/biopython_docker.
We support Python 3 out of the box. Legacy versions (e.g. Python 2) are currently not supported.
Vincent Davis and Tiago Antao