【问题标题】:How to change image size in jupyter markdown [duplicate]如何在jupyter markdown中更改图像大小[重复]
【发布时间】:2018-10-28 04:22:07
【问题描述】:

用于在 jupyter markdown 单元格中加载图像

如何调整图片大小?

![NN](./img/NN.png, width=100, height=100) 不起作用

【问题讨论】:

    标签: jupyter-notebook markdown


    【解决方案1】:

    Jupyter markdown 中的图像控制是可能的,但图像需要在前面加上“附件”,否则它不会显示。 你有什么:

        ![NN](./img/NN.png)
    
        ![NN] <img src="attachment:NN.png" width="400">
    

    【讨论】:

      猜你喜欢
      • 2013-01-18
      • 2016-09-28
      • 2017-08-01
      • 1970-01-01
      • 2021-09-12
      • 2018-09-06
      • 1970-01-01
      • 2020-04-01
      相关资源
      最近更新 更多