Skip to content

Commit

Permalink
use new code path from 6.0.0 on
Browse files Browse the repository at this point in the history
this breaks the least number of setups!
  • Loading branch information
shashi authored Nov 26, 2017
1 parent 2b8af19 commit 849ea79
Showing 1 changed file with 1 addition and 1 deletion.
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"7.0.0"
if v >= v"6.0.0"
include(ijulia_setup_path)
else
include(ijulia_setup_path_old)
Expand Down

0 comments on commit 849ea79

Please sign in to comment.