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
I might be in the minority, but I would much appreciate it if whos() filtered out Module types by default. After starting julia and loading my code this is what I see:
It would be nice to only keep track of the variables/functions/types that I created. Modules could still be visible with names(Main) or maybe whos(mods=true).
The text was updated successfully, but these errors were encountered:
I might be in the minority, but I would much appreciate it if
whos()
filtered outModule
types by default. After starting julia and loading my code this is what I see:It would be nice to only keep track of the variables/functions/types that I created.
Module
s could still be visible withnames(Main)
or maybewhos(mods=true)
.The text was updated successfully, but these errors were encountered: