-
Notifications
You must be signed in to change notification settings - Fork 76
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
World Age #161
Comments
Hi, yeah a fix for this is coming soon, we're waiting on something in Base (more info here #158 (comment) if you're curious) In the meantime I think you should be able to workaround this with the following changes: Change this line in IJulia to Let me know how it goes. |
Actually looking at the error you might also have to change this line to
|
Thanks, the fix works! I only use Interact with plotting for demos, and it appears to have gotten a lot slower since July (on 0.4 then, 0.6 now). Any reason you can think of? |
Doing what exactly? moving sliders to update plots? Which plotting lib? I've noticed the throttle on the number of updates for each move of the slider is working "better" as in the plot updates fewer times when you move the slider, but sometimes this makes things less smooth |
Glad it works btw, did you need to add the last part? |
Probably fixed in JuliaLang/julia#20820 (worth testing). |
Or perhaps not. See JuliaLang/julia#21141. |
Yeah, still getting world age errors first time after precompilation.. but they seem to be gone after a restart... Still not tested very well from my side, though |
Any news on this? I just ran into this with Julia v0.6.0:
|
Restart didn't help, in my case. |
You might need to update IJulia |
Oh I think you need to |
@stevengj if you get a chance to tag an IJulia release that would be great! Interact doesn't work on julia 0.6 without the |
Can confirm that Interact works on the release of 0.6 with IJulia master (tag waiting to be merged: |
Cheers, have fun at juliacon everyone! |
On version:
with master Interact and IJulia, I get a world age issue in IJulia:
This is too cryptic for me to figure out; I'm not even sure if it's an Interact or IJulia issue.
The text was updated successfully, but these errors were encountered: