如何防止ipython笔记本中的单元重叠

时间:2014-10-10 14:41:32

标签: python ipython-notebook anaconda

我一直在本地托管笔记本上工作一段时间没有任何问题。但是,我最近重新打开了笔记本,发现我的所有细胞都重叠了,如下图所示:

enter image description here

如果我再次上下移动细胞,它们似乎正确地重新对齐。我能想到的唯一变化可能是因为我最近更新了我的anaconda包。控制台的所有输出对我来说都是正常的。

2014-10-10 08:22:45.531 [NotebookApp] Using existing profile dir: u'/Users/uname/.ipython/profile_default'
2014-10-10 08:22:45.535 [NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
2014-10-10 08:22:45.726 [NotebookApp] Serving notebooks from local directory: /Users/uname/cwd
2014-10-10 08:22:45.727 [NotebookApp] 0 active kernels 
2014-10-10 08:22:45.727 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
2014-10-10 08:22:45.727 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
2014-10-10 08:23:00.197 [NotebookApp] Kernel started: fa1fcfaf-c04f-4af0-a8da-6199a5e1d7ca

知道可能导致这种情况的原因是什么?

系统信息:

  • Python 2.7.8 :: Anaconda 2.1.0(x86_64)
  • Mac OS X版本10.9.4
  • Google Chrome版本39.0.2171.13 beta(64位)

2 个答案:

答案 0 :(得分:6)

降级铬。 V39.x应该是dev。铬金丝雀显然已修复了Bug。

答案 1 :(得分:0)

Firefox 中完美运行。
降级chrome可能会导致一些安全漏洞暴露。