Skip to content

Commit

Permalink
Setup to create enviornment for Turing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed May 16, 2020
1 parent 5d6810c commit 3693c6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/setup.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
using WebIO
using IJulia

jupyter = ENV["JUPYTER"]
WebIO.install_jupyter_nbextension(`$jupyter`)
WebIO.install_jupyter_nbextension(`$jupyter`)

installkernel("Julia (Turing)", "--project=/workspaces/statrethinking-gen/turing", specname = "julia-turing")

0 comments on commit 3693c6a

Please sign in to comment.