JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
823 stars 94 forks source link

Apps with REPL not loading[BUG] #404

Open BrettKnoss opened 3 years ago

BrettKnoss commented 3 years ago

description

when I try to load a package like Maxima.jl or Reduce.jl, both of which have their own, REPL, but also work in the Julia REPL:

using Maxima

they will not load. I do not get an error, but it never gets passed this step. The package loads and works fine in the REPL.