-
-
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
Error about finding plots.jl
file
#288
Comments
whoops, just realized I'm not on the latest |
Whoops, actually after a fresh Julia reboot it seems I'm seeing the issue again. |
I see the same. Base.include in the __init__() function in Weave.jl seems to search the file to include in the current directory instead of in the Weave module directory. The following fix solved the issue here.
|
It looks like Weave.jl is trying to find a file
plots.jl
relative to the current working directory. I my notebooks I often set the directory explicitly for searching for local resources, data etc. Recently it started throwing this error. It doesn't seem to negatively affect the operation - I still get my render out.I'm using Weave v0.9.1, from within Atom/Juno using
language-weave
v0.6.7.The text was updated successfully, but these errors were encountered: