-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Update to latest WebIO. #285
Conversation
Oh, @sglyon you also include a |
Thanks @travigd I tested this out and I do get plots in the jupyter notebook, but I couldn't replicate the issues from #278 Can anyone verify that this does indeed fix #278? cc @halleysfifthinc @JobJob @DhruvaSambrani @jingpengw @ghuba |
@travigd I removed the Manifest.toml file from the master branch. Would you be willing to rebase this PR on master so we can check CI? |
I did
Started Jupyter notebook and ran
This gave the following output
The Blink warning should go once you merge I suppose. But
Gave the old "WebIO not found" error. But I suppose once the new version is released, this issue should go. So yes, it's working!😄😄 |
The scopeid issue is originating form JSExpr I think. We need to release a new version of that. |
Shall I make an issue there if you're sure? |
I did check PlotlyJS.jl and the scopeid issue is not in this repo. Not sure where it is, but it isn't here 😆 |
So is this ready to be published? |
I'm not entirely sure it's in JSExpr but that's a strong hunch. I will rebase this later and this it will be ready. |
ba24f35
to
88f20e7
Compare
This will not pass on CI until JuliaRegistries/General#1473 is merged.
This fixes #278.