We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PyCall.jl returns documentation of Text{String}, doc_fetcher can not display it. This is how doc_fetcher uses its documentation
doc_fetcher
Pluto.jl/src/runner/PlutoRunner.jl
Line 1171 in aef57ba
show(::IOBuffer, ::MIME{Symbol("text/html")}, ::Text{String})
The text was updated successfully, but these errors were encountered:
Thanks for all the feedback on live docs, keep them coming!
Sorry, something went wrong.
PyCall is doing fine now, so need a new example D:
PyCall
Ah I was too quick. Obviously it's docs it gets through python... like in PyPlot! But it is fixed now
PyPlot
0757a34
Text{String}
dralletje
No branches or pull requests
PyCall.jl returns documentation of Text{String},
doc_fetcher
can not display it. This is howdoc_fetcher
uses its documentationPluto.jl/src/runner/PlutoRunner.jl
Line 1171 in aef57ba
which fails because
show(::IOBuffer, ::MIME{Symbol("text/html")}, ::Text{String})
is not defined.The text was updated successfully, but these errors were encountered: