当前位置:   article > 正文

向jupyter notebook插入图片并控制大小和对齐方式_![image.png] jupyter notebook 调整插入图片大小

![image.png] jupyter notebook 调整插入图片大小

1. 插入网络图片的同时设置显示大小并进行对齐

cell模式改为markdown,然后插入如下内容,并按shift+enter显示(请自行替换图片地址)
在这里插入图片描述

<img src="https://www.domain.com/image_file_name.jpg"  alt="ImageFile" style="width: 500px;" align="left"/>
  • 1

实例:
在这里插入图片描述

2. 插入本地图片的同时设置显示大小并进行对齐

cell模式改为markdown,然后插入如下内容,并按shift+enter显示(请自行替换图片文件路径和文件名)

<img src="cube2.png" alt="Drawing" style="width: 200px;" align="left"/>
  • 1

实例:
在这里插入图片描述

3.直接显示

本方法不支持调整图片大小和位置,默认居中100%显示。
cell模式改为markdown,然后向cell内拖入图片或者通过Edit - Insert Image菜单插入。
在这里插入图片描述

以上方法在2022年4月7日测试成功于如下环境:

Server Information:

You are using Jupyter notebook.
The version of the notebook server is: 6.4.10
The server is running on this version of Python:

Python 3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0]

Current Kernel Information:

Python 3.8.10 (default, Mar 15 2022, 12:22:08)
Type ‘copyright’, ‘credits’ or ‘license’ for more information

IPython 8.2.0 – An enhanced Interactive Python. Type ‘?’ for help.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/391300
推荐阅读
相关标签
  

闽ICP备14008679号