Description of tutorial. (ex. Try out our interactive tutorial! Learn how to ... using PlantCV.)
Create a Binder launch button:
- Copy the GitHub repo URL
- Go to https://mybinder.org
- Fill in the tutorial URL
- Copy the Markdown code for the button
- Delete these meta-instructions, optionally replace with your own.
- Launch to build the environment
Create a Google Colab button:
- Copy the markdown below these instructions to the README section below the Binder button.
- Replace {repo_name} with the name of the repository you want a button made for.
- Make sure you have created the Google Colaboratory notebook for the tutorial so the button is correctly linked.
Create a GitHub Source button: (Omit this step if you are working GitHub tutorial repo README)
- Copy the GitHub repo URL
- Go to https://shields.io/badges/static-badge
- On the right-side panel, select +Show optional parameters
- Modify the parameters below to create a uniform button:
- badgecontent: Open in GitHub-black
- logo: github
- Select Markdown from the options of code.
- Modify the Markdown code to make it a clickable link using the following schema:
- [![Static Badge](Shields.io URL)](GitHub repo URL)
tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...
Optional.