Right now, Base.display saves the html file to a temp name (file = string(tempname(), ".html")). It'd be really usefully if we expose a function to save the html file to a prescribed name, so that it can be saved and referenced as an artifact in CI services.
Right now,
Base.display
saves the html file to a temp name (file = string(tempname(), ".html")
). It'd be really usefully if we expose a function to save the html file to a prescribed name, so that it can be saved and referenced as an artifact in CI services.