我从网上看到,可以将终端嵌入到jupyter笔记本电池中。在这个单元中,您打开一个终端,并像在jupyter实验室中打开的普通终端一样工作。
发布于 2020-02-21 10:49:05
找到解决方案:
from IPython.display import IFrame IFrame(‘http://localhost:port/lab1/‘)
https://stackoverflow.com/questions/60331064
相似问题