Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Utilities for working with terminals.
Authors:
Control whether set_term_title is active or not.
set_term_title() allows writing to the console titlebar. In embedded widgets this can cause problems, so this call can be used to toggle it on or off as needed.
The default state of the module is for the function to be disabled.
Parameters: | val : bool
|
---|
Set terminal title using the necessary platform-dependent calls.