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
- Replace
plantcv-tutorial-templatewith the name of the repository you want a button made for. - 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
plantcv-tutorial-templatewith 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:
- [](GitHub repo URL)
tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...
Optional.