Skip to content

Commit

Permalink
Update script to install webio extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed May 2, 2020
1 parent 80f31b3 commit 78fa3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup.jl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
using WebIO
WebIO.install_jupyter_nbextension(ENV["JUPYTER"])
jupyter = ENV["JUPYTER"]
WebIO.install_jupyter_nbextension(`$jupyter`)

0 comments on commit 78fa3dc

Please sign in to comment.