2014-10-10 82 views
1

我一直在本地托管笔记本上工作了一段时间,没有任何问题。然而,最近我重新打开笔记本电脑,发现我所有的细胞是重叠的,如下面的图所示:如何防止ipython笔记本中的单元格重叠

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 ::蟒蛇2.1.0(x86_64的)
  • Mac OS X版本10.9.4
  • 谷歌的Chrome版本39.0.2171.13测试(64比特)

回答

5

降级铬。 V39.x应该是开发者。错误显然是固定在铬金丝雀上。

+1

仅供参考:目前的测试版频道版本(版本39.0.2171.36测试版)已修复该错误。 – perimosocordiae 2014-10-28 20:07:04

相关问题