我试图通过创建配置文件并编辑costum.css来更改某些设置,尤其是我的ipython 1.1笔记本中的字体,但它在Windows 7中无效。
我的custom.css文件位于Users /“user_name”/。ipyton / profile_default / static / css目录
我将这些行添加到文件
<style>
div.cell.code_cell { /* Areat containing both code and output */
font-family: Consolas, monospace;
}
</style>
我做错了什么