We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#7312 added a plugin to default to the defer windowing mode, because the full windowing mode still has CSS issues:
defer
full
We should look into removing it. Or find a way to use defer but for Notebook 7 only, without setting the new value in the settings.
In #7312 (comment) @krassowski suggests:
It looks like you would need to override the notebookConfig in factory: https://github.com/jupyterlab/jupyterlab/blob/6152e3a5f94d728ccd2727d6d8413f12ddafb669/packages/notebook-extension/src/index.ts#L1867-L1898 An alternative would be to use setting transforms to change the default value temporarily.
It looks like you would need to override the notebookConfig in factory: https://github.com/jupyterlab/jupyterlab/blob/6152e3a5f94d728ccd2727d6d8413f12ddafb669/packages/notebook-extension/src/index.ts#L1867-L1898
notebookConfig
An alternative would be to use setting transforms to change the default value temporarily.
The text was updated successfully, but these errors were encountered:
Seeing this behavior when trying in a fresh environment on Binder, from https://gist.github.com/jtpio/befb8ebf2b630b4748e2538f79877022:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
#7312 added a plugin to default to the
defer
windowing mode, because thefull
windowing mode still has CSS issues:full
#7231We should look into removing it. Or find a way to use
defer
but for Notebook 7 only, without setting the new value in the settings.In #7312 (comment) @krassowski suggests:
The text was updated successfully, but these errors were encountered: