JuliaPluto/Pluto.jl

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

开放

#2,089 创建于 2022年5月2日

 (2 条评论) (0 个反应) (0 位负责人)Julia (329 个派生)batch import
backenddisplay & PlutoRunnergood first issue

仓库指标

星标
 (5,295 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Notice the unspecified ::MIME type:

image

this happens because the table integration is not loaded:

https://github.com/fonsp/Pluto.jl/blob/6f5876228671f9d89d6f01cedc10221d83f012d6/src/runner/PlutoRunner.jl#L1038-L1039

贡献者指南