From d6052d79bf0d4098409fef651988219f4c340b9b Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Thu, 13 Sep 2018 09:52:17 +0200 Subject: [PATCH] Update jupyter --- .travis.yml | 3 ++- rebar.config | 2 +- src/ierl.app.src | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c35b3f2..903f086 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ before_install: - sudo apt-get install python3-pip python-dev - sudo apt-get install libzmq3-dev - ./_download_rebar3.sh - - ./_checkout_jupyter.sh +# Use jupyter from Hex +# - ./_checkout_jupyter.sh install: - sudo pip3 install -U jupyter_kernel_test diff --git a/rebar.config b/rebar.config index 7df2c06..64bd4f9 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ jsx, getopt, % {docsh, {git, "https://github.com/erszcz/docsh.git", {branch, master}}}, - {jupyter, "0.3.0"}, + {jupyter, "0.3.1"}, lfe ] }. diff --git a/src/ierl.app.src b/src/ierl.app.src index ec745a4..1911f86 100644 --- a/src/ierl.app.src +++ b/src/ierl.app.src @@ -1,6 +1,6 @@ {application,ierl, [{description,"Erlang jupyter frontend tool to install and run kernels"}, - {vsn,"0.3.2"}, + {vsn,"0.3.3"}, {registered,[]}, {applications,[kernel,stdlib,lager,jupyter,getopt,lfe]}, {included_applications,[]},