You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An earlier issue #832 was closed, but at least for me the most recent version of Pluto 0.12.20 still has the same problems with live docs.
After posting that issue I noticed that live docs don't work not only for operators (like : and +=), but also for some objects and functions (specifically, I noticed it for PyPlot package). See screenshots below. Regular julia REPL shows correct docs in all these cases.
: operator: += operator: plt object from PyPlot.jl: plt.plot function from PyPlot.jl:
The text was updated successfully, but these errors were encountered:
aplavin
changed the title
Live docs doesn't show for certain operators and functions
Live docs not shown for certain operators and functions
Feb 19, 2021
An earlier issue #832 was closed, but at least for me the most recent version of Pluto 0.12.20 still has the same problems with live docs.
After posting that issue I noticed that live docs don't work not only for operators (like
:
and+=
), but also for some objects and functions (specifically, I noticed it forPyPlot
package). See screenshots below. Regular julia REPL shows correct docs in all these cases.:
operator:+=
operator:plt
object fromPyPlot.jl
:plt.plot
function fromPyPlot.jl
:The text was updated successfully, but these errors were encountered: