-
Notifications
You must be signed in to change notification settings - Fork 39
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
BSON doesn't seem to work with Pluto.jl and DataFrames.jl #93
Comments
This seems to be a duplicate of #25. Please use |
Thanks a lot for the tip! However, #25 seems to be closed? |
Yes it is closed by #91, but the default value of |
Ok, thank you for clarification. I think it could be worthwhile to keep this issue open since the error message seems very cryptic, at least to me. Or should I close this? |
The following code
fails in Pluto notebook with
This code runs fine in REPL.
When using JLD2, there is no problem in loading saved files, which makes me think this may be a BSON issue and not Pluto or DataFrames issue.
The text was updated successfully, but these errors were encountered: