From d5bfac6bbf44050e25329d2170d51404c5178a74 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 18 Jun 2020 15:46:16 +0200 Subject: [PATCH] install repo version into env --- binder/postBuild | 4 ++++ examples/Playground.ipynb | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 binder/postBuild diff --git a/binder/postBuild b/binder/postBuild new file mode 100644 index 00000000..bc71c77b --- /dev/null +++ b/binder/postBuild @@ -0,0 +1,4 @@ +#!/bin/bash + +set -ex +pip install . diff --git a/examples/Playground.ipynb b/examples/Playground.ipynb index dec2b5ed..e85e9b06 100644 --- a/examples/Playground.ipynb +++ b/examples/Playground.ipynb @@ -6,6 +6,8 @@ "source": [ "# Playground\n", "\n", + "Make sure to read the [documentation](https://github.com/pytransitions/transitions#table-of-contents) first.\n", + "\n", "* [Rescue those kittens!](#Rescue-those-kittens!)\n", "* [Too much coffee with my hierarchical state machines!](#Too-much-coffee-with-my-hierarchical-state-machines!)\n", "* [Very asynchronous dancing](#Very-asynchronous-dancing)\n",