How can i print my result of python code in new tab (like chrome) instead of below ?
Once i saw someone print their result code in completely new file instead of below the code.
Printing my code result in new tab instead below
ved
#1
0 Likes
OdatNurd
#2
Stanard build systems always display their output in a panel, which is always located at the bottom of the window and can’t be moved from there.
You can however use a custom build system to control where the build output is displays. One such way to do that would be the Terminus package. The video below outlines how to use Terminus for a build system, which includes how to use it to send build output to a new tab.
1 Like