From e16139277299b978450aee8b756326c1b4319051 Mon Sep 17 00:00:00 2001 From: congzhangzh Date: Thu, 9 Aug 2018 23:08:12 +0800 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5ef2ca..78463d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV LD_LIBRARY_PATH "/opt/fastjet/lib:$LD_LIBRARY_PATH" ENV ROOT_INCLUDE_PATH "/opt/fastjet/include" # Customise the ROOTbook -RUN pip install --upgrade pip +RUN pip install --upgrade --force-reinstall pip==9.0.3 RUN pip install metakernel RUN mkdir -p $HOME/.ipython/kernels RUN cp -r $ROOTSYS/etc/notebook/kernels/root $HOME/.ipython/kernels From b3e3486349a58cf42a50b25d638c412da767e5b4 Mon Sep 17 00:00:00 2001 From: congzhangzh Date: Thu, 9 Aug 2018 23:10:09 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781d69e..d6a26c7 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ This repository contains a set of files to use [ROOT](http://root.cern.ch)books -[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/cernphsft/rootbinder) +[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/congzhangzh/rootbinder) From 54f5654260b0d38266069a0aa19d2826af34c8a8 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 16 Oct 2018 16:48:14 +0200 Subject: [PATCH 3/3] Delete README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d6a26c7..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# [ROOT](http://root.cern.ch) is ... -... A modular scientific software framework. It provides all the functionalities needed to deal with big data processing, statistical analysis, visualisation and storage. It is mainly written in C++ but well integrated with other languages such as Python and R. [Read More](https://root.cern.ch/about-root) ... - -# ROOTbooks for [SWAN](https://swan.web.cern.ch) and Binder -This repository contains a set of files to use [ROOT](http://root.cern.ch)books in mybinder.org: -* Dockerfile to customise Binder for [ROOT](http://root.cern.ch) -* [ROOT](http://root.cern.ch)book example files - -[Enric Tejedor](https://github.com/etejedor), [Danilo Piparo](https://github.com/dpiparo) (2015-2017) - - - -[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/congzhangzh/rootbinder)