From 33715f48e36add3748a30fec07e6cd2f5e7fd399 Mon Sep 17 00:00:00 2001 From: Klaus Eckelt Date: Thu, 18 Apr 2024 09:27:46 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a559cec..db4a97a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ OSF Preprint, doi:10.31219/osf.io/79eyn, 2024. ## Contributing -[![Github Actions Status](https://github.com/jku-vds-lab/loops/workflows/Build/badge.svg)](https://github.com/jku-vds-lab/loops/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jku-vds-lab/loops/main?urlpath=lab) +[![Github Actions Status](https://github.com/jku-vds-lab/loops/workflows/Build/badge.svg)](https://github.com/jku-vds-lab/loops/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jku-vds-lab/loops/main?labpath=notebooks/) There are two ways to set up _loops_ for development: From cbe33ece54a59b187e89d94cd50f010ab4561303 Mon Sep 17 00:00:00 2001 From: Klaus Eckelt Date: Thu, 18 Apr 2024 09:28:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4a97a..e2dbfc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # loops +[![Github Actions Status](https://github.com/jku-vds-lab/loops/workflows/Build/badge.svg)](https://github.com/jku-vds-lab/loops/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jku-vds-lab/loops/main?labpath=notebooks/) + Loops is a JupyterLab extension to support iterative and exploratory data analysis in computational notebooks. Loops automatically tracks the notebook's history and visualizes it next to the notebook. @@ -60,8 +62,6 @@ OSF Preprint, doi:10.31219/osf.io/79eyn, 2024. ## Contributing -[![Github Actions Status](https://github.com/jku-vds-lab/loops/workflows/Build/badge.svg)](https://github.com/jku-vds-lab/loops/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jku-vds-lab/loops/main?labpath=notebooks/) - There are two ways to set up _loops_ for development: - with [VS Code devContainers](https://code.visualstudio.com/docs/devcontainers/containers) (recommended), which sets up Jupyter and the dependencies in a container.