Skip to content

Commit

Permalink
add video + fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 11, 2020
1 parent b16e040 commit 0a2e13b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Once you are looking at `notebook1.jl` via `Pluto.jl` in your web-browser, type

<img src="docs/png/reset.png" width="40%"> <img src="docs/png/add.png" width="40%">

## Video Example:

[<img src="https://user-images.githubusercontent.com/20276764/92967185-cf3d2380-f446-11ea-8230-9b1a4297edfb.png" width="40%">](https://youtu.be/uR87BlJo3IY)




8 changes: 3 additions & 5 deletions src/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ p=dirname(pathof(TheNumberLine))
cd(p)

println("\n Hi There \n")
println("Let's open TheNumberLine @ http://localhost:1234")
println("You may need to reload the page in your web browser")
println("Then open e.g. notebook1.jl using Pluto.jl")
println("Hit any key to start\n")
println("Let's open the Number Line notebook using Pluto.jl")
println("Hit any key to start; then open notebook1.jl\n")
readline();

Base.run(`open http://localhost:1234`)
#Base.run(`open http://localhost:1234`)
Pluto.run()

1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 0a2e13b

Please sign in to comment.