qml.logging.edit_system_config¶
- edit_system_config(wait_on_close=False)[source]¶
This function opens the log configuration file using OS-specific editors.
Setting the
EDITOR
environment variable will overridexdg-open/open
on Linux and MacOS, and allows use ofwait_on_close
for editor close before continuing execution.Warning
As each OS configuration differs user-to-user, you may wish to instead open this file manually with the
config_path()
provided path.
code/api/pennylane.logging.edit_system_config
Download Python script
Download Notebook
View on GitHub