Skip to content

Commit 01f01cb

Browse files
committed
Adding Binder to README
1 parent a820029 commit 01f01cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
66
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
7+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Plant-Food-Research-Open/calisim-examples-workshop-material.git/HEAD)
78
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
89
[![Build](https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material/actions/workflows/build.yaml)
910
[![CodeQL Advanced](https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material/actions/workflows/codeql.yaml/badge.svg?branch=main)](https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material/actions/workflows/codeql.yaml)
@@ -26,6 +27,7 @@
2627
- [Workshop](#workshop)
2728
- [Setup](#setup)
2829
- [Google Colab](#google-colab)
30+
- [Binder](#binder)
2931
- [Virtual environment](#virtual-environment)
3032
- [Docker](#docker)
3133

@@ -65,6 +67,12 @@ JFruit2 workshop content may be accessed via the following links:
6567
- [Optimisation](https://colab.research.google.com/github/Plant-Food-Research-Open/calisim-examples-workshop-material/blob/main/workshop/jfruit2/2_jfruit2_optimisation.ipynb)
6668
- [Advanced](https://colab.research.google.com/github/Plant-Food-Research-Open/calisim-examples-workshop-material/blob/main/workshop/jfruit2/3_jfruit2_advanced.ipynb)
6769

70+
### Binder
71+
72+
[Click this link to launch the workshop material within Binder.](https://mybinder.org/v2/gh/Plant-Food-Research-Open/calisim-examples-workshop-material.git/HEAD)
73+
74+
Note that you may need to wait roughly 5 minutes for the workshop Docker image to be pulled when first using Binder.
75+
6876
### Virtual environment
6977

7078
To run the workshop material within a Python virtual environment, [first ensure that Poetry (a Python dependency manager) is installed.](https://python-poetry.org/docs)

0 commit comments

Comments
 (0)