Skip to content
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

Base.show(io::IO, ::MIME, x::Any) fails #2089

Open
Pangoraw opened this issue May 2, 2022 · 2 comments
Open

Base.show(io::IO, ::MIME, x::Any) fails #2089

Pangoraw opened this issue May 2, 2022 · 2 comments
Labels
backend Concerning the julia server and runtime display & PlutoRunner & AbstractPlutoDingetjes.jl good first issue Good for newcomers

Comments

@Pangoraw
Copy link
Collaborator

Pangoraw commented May 2, 2022

Notice the unspecified ::MIME type:

image

this happens because the table integration is not loaded:

elseif mime isa MIME"application/vnd.pluto.table+object"
table_data(x, IOContext(io, :compact => true)), mime

@Pangoraw Pangoraw added display & PlutoRunner & AbstractPlutoDingetjes.jl good first issue Good for newcomers labels May 2, 2022
@HirumalPriyashan
Copy link
Contributor

Hi @Pangoraw, Can I work on this issue?

And also, is there a guide we can follow to setup for debugging Pluto backend?

@Pangoraw
Copy link
Collaborator Author

Pangoraw commented May 4, 2022

Yes! See https://github.com/JuliaPluto/pluto-developer-instructions. For PlutoRunner.jl, you can simply stop the notebook and reload it for the change to take effect.

@fonsp fonsp added the backend Concerning the julia server and runtime label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime display & PlutoRunner & AbstractPlutoDingetjes.jl good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants