Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an API that can be used within a notebook to determine if it is running headless #2118

Open
jonsequitur opened this issue Jun 29, 2022 · 0 comments
Labels
Area-Automation Relating to non-interactive execution of notebooks and scripts enhancement New feature or request

Comments

@jonsequitur
Copy link
Contributor

As automation support is added, it might be useful for notebook and extension authors to be able to determine whether a notebook is running interactively or via automation.

It's also possible that a set of kernels could be operating in mixed mode, where some are being driven remotely by others. This might not be a concern if UI-targeting commands (e.g. RequestUserInput) can be routed back to a UI somewhere in the kernel topology.

@jonsequitur jonsequitur added enhancement New feature or request Area-Automation Relating to non-interactive execution of notebooks and scripts labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Automation Relating to non-interactive execution of notebooks and scripts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant