notebook
notebook copied to clipboard
Lots of unused space on an ultrawide
Hi!
Is there any way the notebook can be extended horizontally on my ultrawide? There is a TON of unused space:

Jupyterlab does a good job of 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 @jabbera.
If you want to be able to use all the available space then JupyterLab (or JupyterLab in Simple Mode) sounds like the best option.
Out of curiosity, what does it look like with the classic notebook on ultrawide displays?
We could improve this fixed max-width set here and have it a bit more responsive instead:
https://github.com/jupyterlab/retrolab/blob/b28c91c9adde90f429c5fca6b9d49b225fad0f92/packages/application/style/base.css#L64
@jtpio indeed classic shows up the same. Modifying the max-width in devtools makes it look better. Something smarter might be helpful. Certainly not urgent by any means:-)
Thanks for the feedback!
Don't hesitate to provide suggestions on better ways to handle this. Or even open a PR if you feel like it :) (which could then be tested on Binder)