Nicholas Ritchie
Nicholas Ritchie
Changing the type of the field `colors` in `ManualDiscreteKey` from `Vector{Colorant}` to `Vector{
Hopefully, [this pull in ImageCore](https://github.com/JuliaImages/ImageCore.jl/pull/131) will fix the problem.
It's back!!! It seems that recent changes to ImageCore.jl has broken ManualDiscreteKey (manual_discrete_key(....) and manual_color_key(...)) again. The key line is `convert(::Type{Array{ColorTypes.Color,N} where N}, ::Array{ColorTypes.Color,1})@deprecations.jl:62` which is in ImageCore.jl and seems...
@captainsafia Here is the issue you asked me to submit. @CrystallineCat Does your fix for the splash screen hang address this concern?
I've found that writing custom `display(...)` methods can really help. This allows you to add custom chuck options and other special formating. Here are a couple of examples for `DataFrame`s...
You probably need to "add Fontconfig" since PNG generation in Gadfly requires both Cairo and Fontconfig.
Could adding something like ```julia Base.display(report::Weave.Report, m::MIME"text/html", data::HTML) = report.rich_output *= string('\n', data.content) ``` work? I've added it into some scripts with the desired outcome. Of course, it only works...
How about placing something like this in a code block with echo=false ```julia url = "https://raw.githubusercontent.com/JuliaComputing/JuliaAcademyData.jl/master/courses/Deep%20learning%20with%20Flux/data/single-neuron.png" display(Markdown.parse("")) ``` This is a way to include dynamic content into a otherwise static...
While I've only tested this with HTML output, presumably, since it uses Markdown, it should work with the other output formats.
I did as you instructed. It installs a 64-bit instance of Julia 1.7.3 and the instance works as expected. The juliaup command seems to work though I have not checked...