Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
6 views
unlisted
ubuntu2004
Kernel: Julia 1.7
using DataFrames
DataFrame(a=[1,2],b=[2,3])
2×2 DataFrame Row a b Int64 Int64 ─────┼────────────── 1 │ 1 2 2 │ 2 3
append!(empty!(IJulia.ijulia_mime_types), [ MIME("text/plain"), MIME("image/svg+xml"), [MIME("image/png"),MIME("image/jpeg")], [ MIME("text/markdown"), MIME("text/html"), MIME("text/latex"), ], ]);
DataFrame(a=[1,2],b=[2,3])
2×2 DataFrame Row a b Int64 Int64 ─────┼────────────── 1 │ 1 2 2 │ 2 3