-
-
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
Accessing scope.id is deprecated #283
Comments
Can you please have a solution for this? I am trying to work with a julia notebook and I get this warning. The plot doesn't work at all. I am new to julia and all these terms are confusing me.
|
@DrakenWan |
@DhruvaSambrani Has there been any update no getting this resolved? It seems like it would be a straightforward change (scope.id to scopeid). Thanks! |
This actually isn't happening in this project. Not sure where it is happening, but I searched the code here and can't find |
I'm using Blink.jl and HTTP.jl and get the same error. I've searched both of those projects as well as my own project and cannot find where it is happening. |
quite possibly it's coming from here https://github.com/JuliaGizmos/JSExpr.jl/blob/master/src/JSExpr.jl#L67. casually changing scope.id to scopeid(scope) does not fix the problem though. |
Describe the bug
Following warning is thrown when plot() is called with Plots on Jupyter notebook.
Warning: Accessing scope.id is deprecated; use scopeid(scope) instead.
│ caller = ip:0x0
└ @ Core :-1
Version info
Please provide the following:
versioninfo()
using Pkg; pkg"status"
(if you are on Julia 0.6 or earlier runPkg.status()
)The text was updated successfully, but these errors were encountered: