python - Jupyter 笔记本 : split screen vertically (i. e。水平添加单元格)

标签 python jupyter jupyter-notebook

是否可以在另一个单元格的一侧添加一个单元格,垂直分割屏幕? 这在比较两个事物列表时似乎非常有用。

我没有看到开箱即用的这个选项,所以我猜它需要一些额外的 js?

最佳答案

这现在可以在 JupyterLab 中实现.参见 this示例:

...there is a menu item to create a new side-by-side view of that same notebook that will remain synchronized with the other view:

enter image description here

请注意,JupyterLab 最终将取代 Jupyter Notebook。参见 this回答。

关于python - Jupyter 笔记本 : split screen vertically (i. e。水平添加单元格),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36462921/

相关文章:

python - python中连续小波变换图(比例图)中的频率轴

python - 在HIVE中爆炸

python - Pandas Dataframe 重复记录拾取不正确的记录

Python 垃圾收集有时在 Jupyter Notebook 中不起作用

python - 在 Jupyter Notebook 中使用 Flask-SQLAlchemy 模型

jupyter-notebook - 如何卸载使用 pip3 安装的 Jupyter Notebook

python - 为什么 SQLAlchemy 不创建串行列?

python - 了解 numpy 数组的运行时?

linux - Jupyter 询问未知密码

python - ipython 笔记本监听所有 IP 地址?