
jupyter
北归呀
3 years for me
展开
-
设置jupyter notebook背景
这是我目前的背景,设置步骤如下:1.找到并打开"C:\Users\username\.jupyter\custom\custom.css"2.修改css文件如果稍微了解html,可以在jupyter notebook界面,右击“检查”,进入网页调试窗口,逐个让光标划过右边的HTML代码上的DOM元素,当你感兴趣的、想要修改的区域高亮了,那么记住然后在custom.css中修改,也就是加一行该类的样式定义就行。tooltip上显示的类名,或者就是光标所在的HTML标签中"class...原创 2022-04-02 00:32:34 · 2810 阅读 · 4 评论 -
安装Jupyter Notebook代码提示
Jupyter Notebook代码提示经过很简单的操作,jupyter也可以和pycharm一样拥有代码提示功能1、开始菜单打开Anaconda Prompt (通过这个可以直接打开anaconda的终端,可以配置anaconda的环境),依次输入:pip install jupyter_contrib_nbextensionsjupyter contrib nbextension installpip install jupyter_nbextensions_configuratorj原创 2022-04-01 23:15:44 · 1418 阅读 · 0 评论