Skip to content

Commit

Permalink
Update jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Sep 13, 2018
1 parent 8da389d commit d6052d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}.
Expand Down
2 changes: 1 addition & 1 deletion src/ierl.app.src
Original file line number Diff line number Diff line change
@@ -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,[]},
Expand Down

0 comments on commit d6052d7

Please sign in to comment.