Where is the documentation for the config file settings? #14334
Unanswered
Jacob-Stevens-Haas
asked this question in
Questions and Answers
Replies: 1 comment 1 reply
-
The Jupyter extension does not start Jupyter Notebook/Lab server, hence there's no concept of supporting configuration files.
Which warnings are you referring to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was looking for how to override the warnings filters that Jupyter adds when running python kernels (specifically, it looks like notebooks default to ignoring
UserWarning
). I assumed it would be something similar topython.terminal.launchArgs
within thejupyter...
config (have a faint memory of finding it there once before). I don't see any config documentation linked on extension readme nor on the extensions docs. Yet this comment from a dev in this repo indicates there's some docs with examples of config arguments.I may be blind or just not searching for the correct terms, so sorry if this is a poor question. But everything I google gives me "How do I ignore warnings in notebooks?" -> "try using warnings.filterwarnings", which obviously isn't what I'm looking for.
Beta Was this translation helpful? Give feedback.
All reactions