notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Ability to turn on Zen mode by default

Open achandak123 opened this issue 4 years ago • 2 comments
trafficstars

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?

achandak123 avatar May 27 '21 17:05 achandak123

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. welcome 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:

welcome[bot] avatar May 27 '21 17:05 welcome[bot]

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.

jtpio avatar May 28 '21 07:05 jtpio