We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e537e commit c0e0025Copy full SHA for c0e0025
test/REQUIRE
@@ -1 +1,3 @@
1
Interpolations
2
+NBInclude
3
+Plots
test/runtests.jl
@@ -1,8 +1,13 @@
using Base.Test
using RegionTrees
using StaticArrays
4
+using NBInclude
5
6
include("hyperrectangle.jl")
7
include("cell.jl")
8
include("twosarray.jl")
9
include("asdfs.jl")
10
+
11
+const notebooks_dir = joinpath(dirname(@__FILE__), "..", "examples")
12
+nbinclude(joinpath(notebooks_dir, "demo.ipynb"))
13
+nbinclude(joinpath(notebooks_dir, "adaptive_distances.ipynb"))
0 commit comments