I’m getting too much stuff printing to the Julia shell and it’s annoying. I know there’s a Print command that prints to my editor (Pluto in this case), but I forget what package it’s in. Got a reminder?
Sidenote: Pluto keeps saying to update, but absolutely refuses to. Tried it six times. It looks like iit’s updating, finishes with no error messages, but I have the same old version and get asked to update again on the next launch. Any ideas?
@which function(signature) will tell you in what module and file a method is defined. But it’s not (iirc) the print(x) function that determines what Pluto shows. It’s show(::IO, ::MIME"text/html", x).