JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Start using Asset Registry #42

Closed ranjanan closed 6 years ago

ranjanan commented 6 years ago

This uses Asset Registry for the katex css and js

cc: @shashi

piever commented 6 years ago

Thanks! I would be curious to know what's the current state of Asset Registry: does it work reliably in all supported environment already? Say Jupyter lab / notebook, Juno, Blink, Mux?

ranjanan commented 6 years ago

Yes it does! It works well on Blink and Mux. I think it works on IJulia as well, though @shashi will know for sure.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   64.02%   64.02%           
=======================================
  Files          13       13           
  Lines         303      303           
=======================================
  Hits          194      194           
  Misses        109      109
Impacted Files Coverage Δ
src/output.jl 70% <ø> (ø) :arrow_up:

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 367787a...82a42a7. Read the comment docs.

shashi commented 6 years ago

It works on Jupyter as well.