Replies: 4 comments
-
@ggrrll maybe tweaking the selector as follows would help keep it scoped to the notebooks page only? :root body[data-notebook='notebooks'] {
--jp-notebook-max-width: 100% !important;
} |
Beta Was this translation helpful? Give feedback.
-
thanks tbh, I am not sure anymore what was going wrong now that simple solution works, by editing indeed for the sake of completeness, I report hereby my env. (on linux mint 21.1)
|
Beta Was this translation helpful? Give feedback.
-
It's always good to have alternative solutions. This one also works for me: .jp-Notebook {
--jp-notebook-max-width: 100% !important;
} Editing the .container {
width: 100% !important;
} |
Beta Was this translation helpful? Give feedback.
-
Btw if you want the notebook to take the full width, there is now a proper way to do it via the UI since Notebook 7.3: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html#full-width-notebook |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to reduce side margins
I added
in my custom.css as suggested here
https://stackoverflow.com/questions/21971449/how-do-i-increase-the-cell-width-of-the-jupyter-ipython-notebook-in-my-browser/76778615#76778615
I get the expected result in notebooks, but the tree looks bad 👇
any idea?
thanks
Beta Was this translation helpful? Give feedback.
All reactions