CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

| Download
Project: Data Dojo
Views: 6
Visibility: Unlisted (only visible to those who know the link)
Image: 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