打开扩展,选中 Highlight selected word 图1 往下拉,找到下图箭头所指出,点击修改颜色。图2 修改颜色...
notebook按标题折叠 文件过滤:Tree Filter 文件过滤。 代码字号收缩:Code Font Size 代码块字体放大缩小。 字符选中高亮:Highlight selected word 高亮选中的字符。 快捷键编辑:Keyboard shortcut editor 编辑、删除已有快捷键;添加新的快捷键。 编辑模式切换:Select CodeMirror Keymap 如果你习惯了使用 emacs...
显示代码行号。 jupyter notebook默认自带设置行号功能 添加目录:Table of Contents (2) 给notebook添加目录 notebook按标题折叠 文件过滤:Tree Filter 文件过滤。 代码字号收缩:Code Font Size 代码块字体放大缩小。 字符选中高亮:Highlight selected word 高亮选中的字符。 快捷键编辑:Keyboard shortcut editor 编辑、...
显示代码行号。 jupyter notebook默认自带设置行号功能 添加目录:Table of Contents (2) 给notebook添加目录 notebook按标题折叠 文件过滤:Tree Filter 文件过滤。 代码字号收缩:Code Font Size 代码块字体放大缩小。 字符选中高亮:Highlight selected word 高亮选中的字符。 快捷键编辑:Keyboard shortcut editor 编辑、...
Highlight selected word 高亮所选词。适合查找一致的字符。 Highlighter Markdown文本高亮。增强了jupyter notebook的笔记功能。 Hinterland 自动补全代码。按Tab自动补全,再也不怕打错字啦 😃 Notify 后台运行完通知。同时处理多个任务或者代码运行时间较长比较方便。
Jupyter Notebook支持两种安装方式,支持conda 和pip,而pip 则更加通用和常见。 pip的安装: C:\>pip install jupyterlab notebook voila -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 由于在国内需要去官方网站下载资源,网速较慢可以使用国内的镜像网站的资源。
highlight-selected-word==0.2.0jupyter-latex-envs==1.4.6jupyter-nbextensions-configurator==0.4.1lxml==4.5.1MarkupSafe==1.1.1mistune==0.8.4nbconvert==5.6.1nbformat==4.4.0nose==1.3.7notebook==5.7.9numpy==1.16.6packaging==20.4pandas==0.24.2pandocfilters==1.4.2pathlib2==2.3.5pickleshare==...
Step5:安装完成后,关终端,启动anaconda中的jupyter notebook,在主页中,可以看见Nbextensions标签页,选中Hinterland 就能使用代码补全了。 2.安装总是报错,按网上的安装总是报错: (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._ven...
1)找到 #c.NotebookApp.notebook_dir = '',去掉该行前面的“#”;在打算存放文件的位置先新建一个文件夹(很重要,最好是英文的),然后将新的路径设置在单引号中,保存配置文件 2)在开始菜单找到“Jupyte Notebook”快捷键,鼠标右击 -- 更多 -- 打开文件位置 ...
即(Jupyter Notebook Matched Highlighter) GitHub上的项目地址 安装方法:建议使用conda安装,也可以直接pip安装 conda install-c conda-forge jupyter_highlight_selected_word 然后: ifversion(Jupyter>=4.2):jupyter nbextension install--py jupyter_highlight_selected_wordelse:return('这年头居然还有人在用这么低版...