Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Add a Binder section to the readme #230

Merged
merged 2 commits into from
Sep 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

![image](https://user-images.githubusercontent.com/591645/118792690-2f1e8080-b898-11eb-98fb-1b8a22b8a07d.png)

## Try it online in your browser

It is possible to try RetroLab on Binder without installing anything using the following link:

<a href="https://mybinder.org/v2/gist/jtpio/77c82c512f6779a1a05ab59d915dfc36/master?urlpath=/retro/notebooks/tour.ipynb">
<img
alt="Try it on Binder"
src="https://mybinder.org/badge_logo.svg"
width="256"
/>
</a>

## Install

`retrolab` can be installed with `pip`:
Expand Down