diff --git a/README.md b/README.md index cd17a2464..d694c9800 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Clad is a source-transformation [automatic differentiation (AD)](https://en.wikipedia.org/wiki/Automatic_differentiation) library for C++,
implemented as a plugin for the [Clang compiler](http://clang.llvm.org/). -#### [Usage](#how-to-use-clad) | [Installation](#how-to-install) | [Further Reading](#further-reading) | [Documentation](https://clad.readthedocs.io/en/latest/index.html) | [Contributing](#how-to-contribute) +#### [Try Online](https://mybinder.org/v2/gh/vgvassilev/clad/master?labpath=%2Fdemos%2FJupyter%2FIntro.ipynb) | [Usage](#how-to-use-clad) | [Installation](#how-to-install) | [Further Reading](#further-reading) | [Documentation](https://clad.readthedocs.io/en/latest/index.html) | [Contributing](#how-to-contribute) ## About Clad diff --git a/environment.yml b/environment.yml index a22e24ccb..d703e5cdd 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,5 @@ channels: - conda-forge dependencies: - - clad=0.9 - xeus-cling + - clad