JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

MultiCheckBox missing #239

Open minecraft2048 opened 1 year ago

minecraft2048 commented 1 year ago

image

I'm not sure how to check installed Pluto/PlutoUI version, these are my imported packages:

begin
    using Geodesy
    using SatelliteToolbox
    using Dates
    using TimeZones
    using StaticArrays
    using JuMP 
    import Ipopt  
    using Geodesy
    using EAGO
    import NLopt
    using SatelliteToolbox
    using StructArrays
    using LinearAlgebra
    using PlutoUI
end
fonsp commented 1 year ago

Hey @minecraft2048 ! Can you send us an HMTL export of the notebook? You can use gist.github.com to upload and share the file.

fonsp commented 1 year ago

@minecraft2048