Skip to content

Commit 6e7e0b3

Browse files
authored
Emphasize binder, as it seems to be more reliable
1 parent acbc047 commit 6e7e0b3

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
[![lite-badge]][lite] [![binder-badge]][binder]
1+
[![binder-badge]][binder] [![lite-badge]][lite]
22

3-
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
4-
[lite]: https://moble.github.io/MatchedFiltering/
53
[binder-badge]: https://mybinder.org/badge_logo.svg
64
[binder]: https://mybinder.org/v2/gh/moble/MatchedFiltering/binder?urlpath=lab/tree/content
5+
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
6+
[lite]: https://moble.github.io/MatchedFiltering/
77

88

99
Quick start
1010
===========
1111

1212
There are several quick and easy options:
1313

14+
* Click the ["binder" button][binder] above to open a live version of the main notebook that runs in the cloud.
15+
16+
This may not work if the Binder service is too busy at the moment, and it will kill your session
17+
if you don't run any commands for a few minutes. But if it is available, this will work in any
18+
modern browser.
1419
* Click the ["lite now" button][lite] above to open a live version of the main notebook that runs in your browser.
15-
* Click the ["Binder" button][binder] above to open a live version of the main notebook that runs in the cloud.
20+
21+
This may not work with certain browser configurations — especially mobile browsers.
1622
* Run the notebook on your own computer if you have [anaconda](https://www.anaconda.com/) installed. Just run these commands:
1723
```bash
1824
conda env create moble/gw_matched_filtering_demo

0 commit comments

Comments
 (0)