简体   繁体   English

如何防止iPython Notebook中的单元格重叠

[英]How to prevent overlap of cells in ipython notebook

I've been working on a locally hosted notebook for a while with no problems. 我一直在研究本地托管的笔记本电脑有一段时间了,没有任何问题。 However, I recently re-opened the notebook and found all of my cells to be overlapping, as shown in the image below: 但是,我最近重新打开了笔记本电脑,发现所有单元格都重叠了,如下图所示:

在此处输入图片说明

If I move the cells up and down again they seem to re-align correctly. 如果我再次上下移动单元,它们似乎会正确对齐。 The only change I can think of that may have caused this was that I recently updated my anaconda package. 我能想到的唯一变化可能是因为我最近更新了anaconda软件包。 All of the output to the console appears normal to me. 控制台的所有输出对我来说似乎都是正常的。

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

Any idea what might be causing this? 知道是什么原因造成的吗?

System Info: 系统信息:

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

Downgrade chrome. 降级铬。 V39.x is supposed to be dev. V39.x应该是开发者。 Bug is apparently fixed on chrome canary. Bug显然已固定在Chrome金丝雀上。

Works perfectly fine in Firefox . Firefox中工作正常。
Downgrading chrome might cause some security vulnerabilities to be exposed. chrome降级可能会导致一些安全漏洞被暴露。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM