From e6e8b93416e4e6c714cfd2e0c2684591e1b35c86 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 15 Dec 2017 15:21:14 +0000 Subject: [PATCH] Binder for running notebook --- Dockerfile | 1 + README.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19604e4..63db277 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ USER root RUN chown -R ${NB_UID} ${HOME} USER ${NB_USER} +WORKDIR ${HOME} RUN python setup.py build diff --git a/README.rst b/README.rst index fa6bd02..23b100c 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ from Markov Chain Monte Carlo (MCMC). * **LaTeX tables** for marginalized 1D constraints See the `Plot Gallery and tutorial `_ -(`run online `_ +(`run online `_) and `GetDist Documentation `_.