摘要: 安装完成后 jupyter notebook就会发现界面多了Nbextensions选项卡 点击该选项卡,勾选Table of Contents(2)复选框,添加目录 勾上Hinterland就可以实现代码补全功能啦: 如下图所示: 阅读全文
posted @ 2023-12-06 17:52 ashuai~ 阅读(597) 评论(0) 推荐(0)
摘要: Jupyter command jupyter-contrib not found. 解决方案——新的安装方式。 方法1 : pip方式 1.先使用以下命令,卸载旧版本的 jupyter_contrib_nbextensions 和 upyter_nbextensions_configurator: 阅读全文
posted @ 2023-12-06 17:47 ashuai~ 阅读(1778) 评论(0) 推荐(0)