Jupyter notebooks
Here is a capture of my screen
as you can see a huge place is lost. Is ther a way to increase tho working field in Jupyter notebooks ?
Here is a capture of my screen
as you can see a huge place is lost. Is ther a way to increase tho working field in Jupyter notebooks ?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-01-28 12:12:37 +0100
Seen: 536 times
Last updated: Jan 28 '21
Make ipython notebook world-viewable?
Failed to start -- unable to connect to remote server
jupyter (ipython notebook) kernel math display
Launch Jupyter notebook from Sage?
Sage on Jupyter with ipywidgets, matplotlib
Jupyter doesn't use the built-in MathJax
Automatic typesetting in Jupyter
Integrate SAGE Jupyter Notebook in Anaconda Python Distribution
Seems like a pure Jupyter question, not so much a Sage question.
Maybe ask it on the Jupyter forum: https://discourse.jupyter.org/.
Are you worried about the large grey zones on the left and right?
Are you worried about the space taken by the menus at the top?
Are you worried about all the white zones inside the page itself?
Are you worried about the horizontal scrolling in your code cell?
Are you worried about the fact that your code cell is repeated in the output right below it?
In that case, put the corresponding code as functions in a
.sage
file, load that file, and use the functions.