JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

Update README.md #373

Closed baggepinnen closed 4 years ago

baggepinnen commented 4 years ago

Mux.serve does not accept kwargs in latest version. Positional argument works.

codecov-commenter commented 4 years ago

Codecov Report

Merging #373 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #373   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            7         9    +2     
=========================================
+ Hits             7         9    +2     
Impacted Files Coverage Δ
src/Interact.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd595cf...2f83a86. Read the comment docs.

shashi commented 4 years ago

thanks!