虽然其他人正在寻找隐藏ipython笔记本的菜单栏或标题的方法,但我发现我的ipython笔记本没有标题,没有工具栏,没有菜单栏,我试图将以下脚本添加到custom.js
,但仍然没有出现
$([IPython.events]).on("app_initialized.NotebookApp", function () {
$('div#header').show();
$('div#maintoolbar').show();
$('#header-container').show();
});
我试过Ipython 3.0,3.2,Firefox,Chrome,没有帮助。我在Windows 7上使用的是Python3.4,64位。
我还附上了截图,以显示我在笔记本上的内容。
答案 0 :(得分:0)
!pip install jupyterthemes
import jupyterthemes as jt
!jt -r
这会抛出这样的输出
在以下位置重置 css 和字体默认值:/Users/malaudeen/.jupyter/custom & /Users/malaudeen/Library/Jupyter/nbextensions
终于
刷新浏览器。