Zoom or increase size of a cell in azure notebooks

Raúl Andrés Duque Murillo 236 Reputation points
2020-08-10T22:15:34.127+00:00

Hi,

I have a plot but the cell is quite small to correctly display the plot, I didn´t find how to zoom or increase cell size for better display, any alternative?

16868-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2020-08-12T12:13:48.643+00:00

    @Raúl Andrés Duque Murillo Thanks for the question. If you don't want to change your default settings, and you only want to change the width of the current Jupyter notebook you're working on, you can enter the following into a cell:

    from IPython.core.display import display, HTML
    display(HTML("<style>.container { width:100% !important; }</style>"))

    You can use Jupyterlab from the Notebooks that have full pledge native IDE support.
    17242-screenshot-183.png
    We have forwarded to product team to check for azure notebooks or you can also raise an issue in the following link.

    0 comments No comments