Jupyter
一懒百邪生
一懒百邪生
展开
-
Jupyter中直接显示Matplotlib的图形
一.使用以下cmd命令生成ipython_config.py 文件ipython profile create二.在ipython_config.py中添加以下代码c.InteractiveShellApp.matplotlib = 'inline'注意不是在ipython_qtconsole_config.py中添加上述代码.如下图所示:原创 2016-12-22 00:17:36 · 11885 阅读 · 1 评论 -
如何生成和修改jupyter qtconsole的配置文件
一.使用以下命令生成jupyter_qtconsole_config.pyjupyter qtconsole --generate-config二.找到使用以下命令,去掉前面的#号,修改数字为14,可以将字体大小修改为14c.ConsoleWidget.font_size = 14三.重复同样方法可修改字体、窗口大小、背景等原创 2016-12-22 00:38:22 · 4331 阅读 · 2 评论