Skip to content

Commit

Permalink
Update binder links
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 4, 2018
1 parent 8a9e9d2 commit 9bb605f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis](https://travis-ci.org/QuantStack/xwidgets.svg?branch=master)](https://travis-ci.org/QuantStack/xwidgets)
[![Appveyor](https://ci.appveyor.com/api/projects/status/ebu4prxukyqpt1mm?svg=true)](https://ci.appveyor.com/project/QuantStack/xwidgets)
[![Documentation](http://readthedocs.org/projects/xwidgets/badge/?version=latest)](https://xwidgets.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xwidgets/0.10.0?filepath=notebooks/xwidgets.ipynb)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xwidgets/0.11.0?filepath=notebooks/xwidgets.ipynb)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The C++ backend for Jupyter interactive widgets.
Expand Down Expand Up @@ -53,13 +53,19 @@ cmake -D CMAKE_INSTALL_PREFIX=your_install_prefix
make install
```

## Trying it online

To try out xwidgets interactively in your web browser, just click on the binder
link:

[![Binder](binder-logo.svg)](https://mybinder.org/v2/gh/QuantStack/xwidgets/0.11.0?filepath=notebooks/xwidgets.ipynb)

## Documentation

To get started with using `xwidgets`, check out the full documentation

http://xwidgets.readthedocs.io/


## Dependencies

All the dependencies of xwidgets are available for the conda package manager.
Expand Down
36 changes: 36 additions & 0 deletions binder-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bb605f

Please sign in to comment.