在 jupyter 中添加菜单和自动完成功能

参考文档
http://www.360doc.com/content/17/1103/14/1489589_700569828.shtml
http://top.jobbole.com/35789/
https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html
https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html#enabling-disabling-extensions
https://www.lefer.cn/posts/15473/
http://www.cnblogs.com/cloud-ken/p/7401534.html
https://blog.csdn.net/huangkangying/article/details/80769743

终告失败

  conda install -c conda-forge jupyter_contrib_nbextensions # 安装扩展
jupyter nbextension enable codefolding/main # 启用扩展
jupyter notebook # 重启 jupyter
  • 打开扩展设置 http://localhost:8888/nbextensions/
  • 勾选 Table of Contents 及其选项 Display toc window/sidebar at startup 启动时显示 toc 菜单
  • 勾选 Hinterland 自动完成
  • 勾选 code prettify 代码美化
  • 勾选 rubberband 多选 col
  • 勾选 tree filter 文件搜索

最新文章

  1. Linux 搭建Java web服务器
  2. 使用 Spring Boot 快速构建 Spring 框架应用--转
  3. Effective Scala
  4. 数字信号处理--FFT
  5. Top100Summit全球案例研究峰会第一天总结——云计算和大数据
  6. 20160113006 asp.net实现ftp上传代码(解决大文件上传问题)
  7. 一切皆WEB
  8. PPT去掉图片白色背景
  9. Eclipse报错An internal error occurred during: "J2EE Component Mapping Update". java.lang.NullPointerException
  10. Spring Cloud之——Config(配置中心)
  11. c提高第五次作业
  12. JSON.stringify的三个参数(转载)
  13. 第31章 日志 - Identity Server 4 中文文档(v1.0.0)
  14. php正则表达式提取img alt/title标签并替换
  15. The MAC is invalid
  16. 一种消息和任务队列——beanstalkd
  17. 20165225《Java程序设计》第三周学习总结
  18. delphi实现数字签名
  19. Obj格式模型 读取
  20. QuantLib 金融计算

热门文章

  1. LPVOID 没有类型的指针
  2. vlan之间的通信-单臂路由与三层交换之间的互通
  3. angularjs实例
  4. scrollview嵌套tableview
  5. qmp的简单使用
  6. Mac 报错:-bash: telnet: command not found
  7. PyQt5的安装及基本配置
  8. Cartographer源码阅读(8):imu_tracker
  9. Python之__slots__ &运算符重载反向运算
  10. 解决CentOS6.5虚拟机克隆后无法上网(网卡信息不一致)的问题