-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weave hangs at the introduction example #310
Comments
can you try on the latest Weave version ?: |
Now it hangs at a different place
However, this works if I change the example file and only weave the first 3 chuncks
|
I'm seeing the same issue. Seems to happen on plot blocks. I can make it progress by sending ^c when it gets stuck. @newptcai did you find a workaround for this?
|
I had a similar problem #436 . You may try to see if the following workaround works for you. ENV["GKSwstype"]="nul"
weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"),
out_path=:pwd,
doctype = "md2html")
ENV["GKSwstype"]="gksqt" |
@pdubya yes it opens an |
I am experiencing the same problem, running weave from the REPL in a graphical terminal on an Ubuntu system, where weave hangs at |
I had the same issue when running |
I tried the following code from the document.
And it stops at line 88 for a few minutes until I ran out of patience.
The text was updated successfully, but these errors were encountered: