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
Copy file name to clipboardExpand all lines: docs/guide/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -890,6 +890,9 @@ The scripting console is not a full IDE, but it has several convenience features
890
890
-`<CTRL>-R` allows for reverse-searching your console history
891
891
-`<UP>` and `<DOWN>` can be used to view the command-history
892
892
893
+
???+ Tip "Tip"
894
+
All scripting consoles share a single python instance. This is an intentional design choice and has the following benefits: you can create variables in one tab/window and then access it in another. The downside is that if you run a long-running script for example, the console will still be blocked in other tabs and windows. This is a known trade-off and not expected to change.
895
+
893
896
### Magic Console Variables
894
897
895
898
The interactive python prompt also has several built-in "magic" functions and variables. Some are read-only, and some are writable to provide convenient interactivity between the UI and console:
0 commit comments