-
Notifications
You must be signed in to change notification settings - Fork 33
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
should document the options for KQLMAGIC_NOTEBOOK_APP and what it means #84
Comments
this configurable option allows to inform Kqlmagic what front end type is used. If it is set to auto (this is the default), Kqlmagic tries to detect the what front end type is used. It is very rare that Kqlmagic fails to detect the front end type that is used. So it is mainly used for debug, or when kqlmagic fails to detect. |
Thanks for the info, @mbnshtck! I must have had one of those rare cases where Kqlmagic failed to detect that I was running in vscode and it was unable to pop up the browser window in order to authenticate. |
I suspect there may still be an issue here. When other users read the quickstart it mentions KQLMAGIC_NOTEBOOK_APP, but how would they figure out how to use it? Is the --config option documented or is this something where everybody knows that when working with Magic extensions you can use --config to find out options that correspond to environment variables? (Perhaps I didn't know that because this is the first Magic extension I have used.) |
Well, as is the case with many Open Source project, the documentation is not always available, and it takes some exploration to use it. Regarding the case Kqlmagic failed to detect that you are running from vscode, If you can reproduce it, after you load Kqlmagic, please execute To get help information about the environment variable, please execute: |
This is related to *should document the options for KQLMAGIC_NOTEBOOK_APP and what it means*, issue microsoft#84.
The quickstart says
KQLMAGIC_NOTEBOOK_APP - set the notebook application (default jupyternotebook)
.It would be helpful to document:
The text was updated successfully, but these errors were encountered: