notebook
notebook copied to clipboard
Ability to turn on Zen mode by default
Problem
I really liked the Zen mode which removes all the clutter and just focus on the notebook interface. It would be good to be able to configure this mode using configuration json files.
Proposed Solution
Was wondering if overrides.json can be used for this?
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thanks @achandak123 for opening this :+1:
For reference here is where the zen mode plugin is defined:
https://github.com/jupyterlab/retrolab/blob/988db2b2f9513a5144e9722951213e3b900bfadf/packages/application-extension/src/index.ts#L433-L489
It probably means updating it so read some value from the settings, and automatically activate it if enabled. Since this plugin is specific to retrolab, we might also need to fix https://github.com/jupyterlab/retrolab/issues/4.