How to make inline plots in Jupyter Notebook larger?

后端 未结 9 1584
慢半拍i
慢半拍i 2020-12-12 08:38

I have made my plots inline on my Ipython Notebook with \"%matplotlib inline.\"

Now, the plot appears. However, it is very small. Is there a way to ma

9条回答
  •  春和景丽
    2020-12-12 09:21

    I have found that %matplotlib notebook works better for me than inline with Jupyter notebooks.

    Note that you may need to restart the kernel if you were using %matplotlib inline before.

    Update 2019: If you are running Jupyter Lab you might want to use %matplotlib widget

提交回复
热议问题