You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Thank you! Where would I have found this? Just checked the readme for the repo and didn’t see it.
From: Zachary Sunberg ***@***.***>
Reply-To: "queryverse/ElectronDisplay.jl" ***@***.***>
Date: Friday, November 12, 2021 at 8:28 AM
To: "queryverse/ElectronDisplay.jl" ***@***.***>
Cc: Lewis Levin ***@***.***>, Author ***@***.***>
Subject: Re: [queryverse/ElectronDisplay.jl] turn off ElectronDisplay (Issue #91)
You can use popdisplay to turn it off. Moreover pushdisplay can be used to turn it back on again by changing the display stack.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#91 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAIYWLOT5CTRCC5YKOD53S3ULU6EHANCNFSM5H5GGW6Q>.
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...
The text was updated successfully, but these errors were encountered: