Skip to content

Commit

Permalink
Use new protocol for Ipywidgets >= v7.x (not 6.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
JobJob committed Sep 17, 2017
1 parent ba477da commit 38ad2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*~
.*sw?
.ipynb_checkpoints
ipywidgets_version
2 changes: 1 addition & 1 deletion src/Interact.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function __init__()
if isdefined(Main, :IJulia)
if isfile(ipywidgets_version)
v = VersionNumber(strip(readline(ipywidgets_version)))
if v >= v"6.0.0"
if v >= v"7.0.0"
include(ijulia_setup_path)
else
include(ijulia_setup_path_old)
Expand Down

0 comments on commit 38ad2a9

Please sign in to comment.