You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carstenbauer It's good to have Base.show(io::IO, ::MIME"text/html", e::Elements) method similar to Base.show(io::IO, ::MIME"text/html", e::Element) to display rich periodic table in pluto.jl directly.
I have created Base.show(io::IO, ::MIME"text/html", e::Elements) method for demo purpose.
@carstenbauer It's good to have
Base.show(io::IO, ::MIME"text/html", e::Elements)
method similar toBase.show(io::IO, ::MIME"text/html", e::Element)
to display rich periodic table in pluto.jl directly.I have created
Base.show(io::IO, ::MIME"text/html", e::Elements)
method for demo purpose.Preview:
Heavily inspired by google preview of periodic table. If you are ok with it, I will create pr.
The text was updated successfully, but these errors were encountered: