简体   繁体   English

如何增加Enthought Canopy中ipython笔记本的单元格宽度?

[英]How do I increase the cell width of the ipython notebook in Enthought Canopy?

I'd like to increase the cell width in the the Enthought Canopy (v1.5.2) browser and it seems simply changing the custom.css is insufficient. 我想在Enthought Canopy(v1.5.2)浏览器中增加单元格宽度,似乎仅更改custom.css是不够的。 Does anyone know how to do this? 有谁知道如何做到这一点?

I've tried this post which works on Anaconda but not on Enthought (which supplies its own lightweight browser). 我已经试过了这篇文章该文章适用于Anaconda,但不适用于Enthought(后者提供了自己的轻量级浏览器)。

Thanks! 谢谢!

Canopy provides two ways of running the IPython notebook. Canopy提供了两种运行IPython Notebook的方式。 As you've observed, the notebook that runs inside the Canopy editor has some constraints (a trade-off for the convenience of Canopy GUI integration). 如您所见,在Canopy编辑器中运行的笔记本存在一些限制(为了方便Canopy GUI集成,需要进行权衡)。 As an alternative, you can run the full notebook in your standard browser: From the Canopy Tools menu, open a Canopy Command Prompt (or Canopy Terminal), then ipython notebook . 或者,您可以在标准浏览器中运行完整的笔记本:从Canopy Tools菜单中,打开Canopy命令提示符(或Canopy Terminal),然后ipython notebook This has the additional advantage that it can use the latest versions of IPython (after updating them), see this article . 这样做还有一个好处,就是可以使用最新版本的IPython(在更新之后),请参阅本文

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

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