Let's say in a session you want some output:
using ElectronDisplay # easy as Apple Pie
Then, you don't. There is no way to stop the output going to ElectronDisplay.
Sorry if this seems like a very basic requirement. Ending the Julia session doesn't seem like a good approach.
Generally, have the powers-that-be (whoever they may be) decided that output from the REPL in graphical environment OSes (Windows, MacOS) is deprecated in favor of IDE-like environments (VS Code, Jupyter et al)? It's probably OK (always some loose ends, but they eventually get tied) but might be nice to just say so...
Let's say in a session you want some output:
using ElectronDisplay # easy as Apple PieThen, you don't. There is no way to stop the output going to ElectronDisplay.
Sorry if this seems like a very basic requirement. Ending the Julia session doesn't seem like a good approach.
Generally, have the powers-that-be (whoever they may be) decided that output from the REPL in graphical environment OSes (Windows, MacOS) is deprecated in favor of IDE-like environments (VS Code, Jupyter et al)? It's probably OK (always some loose ends, but they eventually get tied) but might be nice to just say so...