# conda install -c conda-forge jupyter_contrib_nbextensions
Collecting package metadata: done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
current version: 4.6.8
latest version: 4.6.12

Please update conda by running

$ conda update -n base conda

## Package Plan ##

environment location: S:\Users\jiangshan\Anaconda3

added / updated specs:
- jupyter_contrib_nbextensions

The following packages will be downloaded:

package | build
---------------------------|-----------------
conda-4.6.12 | py37_0 920 KB conda-forge
jupyter_contrib_core-0.3.3 | py_2 15 KB conda-forge
jupyter_contrib_nbextensions-0.5.1| py37_0 19.5 MB conda-forge
jupyter_highlight_selected_word-0.2.0| py37_1000 13 KB conda-forge
jupyter_latex_envs-1.4.4 | py37_1000 753 KB conda-forge
jupyter_nbextensions_configurator-0.4.1| py37_0 487 KB conda-forge
------------------------------------------------------------
Total: 21.7 MB

The following NEW packages will be INSTALLED:

jupyter_contrib_c~ conda-forge/noarch::jupyter_contrib_core-0.3.3-py_2
jupyter_contrib_n~ conda-forge/win-64::jupyter_contrib_nbextensions-0.5.1-py37_0
jupyter_highlight~ conda-forge/win-64::jupyter_highlight_selected_word-0.2.0-py37_1000
jupyter_latex_envs conda-forge/win-64::jupyter_latex_envs-1.4.4-py37_1000
jupyter_nbextensi~ conda-forge/win-64::jupyter_nbextensions_configurator-0.4.1-py37_0

The following packages will be UPDATED:

conda anaconda/cloud/conda-forge::conda-4.6~ --> conda-forge::conda-4.6.12-py37_0

Proceed ([y]/n)?

Downloading and Extracting Packages
jupyter_contrib_core | 15 KB | ###################################################### | 100%
conda-4.6.12 | 920 KB | ######################################################### | 100%
jupyter_highlight_se | 13 KB | ##################################################### | 100%
jupyter_latex_envs-1 | 753 KB | ##################################################### | 100%
jupyter_nbextensions | 487 KB | ######################################################### | 100%
jupyter_contrib_nbex | 19.5 MB | ######################################################## | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: |..................

# conda install -c conda-forge jupyter_nbextensions_configurator

# jupyter contrib nbextension install --user
# jupyter nbextensions_configurator enable --user

=============================安装步骤==========================
conda install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
重启 jupyter notebook 你的工作目录
==============================================================

Nbextensions

Jupyter notebook改变默认的工作目录

查看配置文件位置
jupyter notebook --generate-config
Writing default config to: C:\Users\jiangshan\.jupyter\jupyter_notebook_config.py
打开jupyter_notebook_config.py找到如下
## The directory to use for notebooks and kernels.
#c.NotebookApp.notebook_dir = ''这一行修改如下:
windows是双斜杠(\\),linux是反斜杠(/)
c.NotebookApp.notebook_dir = 'F:\\workspace'

jupyter notebook 代码补全插件工具-nbextensions(并修改默认的工作目录)的更多相关文章

  1. jupyter lab最强代码补全插件

    1 简介 提起kite相信不少朋友都有印象,它是一个功能非常强大的代码补全工具,目前可用于Python与javascript,为许多知名的编辑器譬如Vs Code.Pycharm提供对应的插件. 图1 ...

  2. Jupyter Notebook自动补全

    大多数程序员都非常熟悉不同的自动补全工具.然而,我注意到许多数据科学家还没有使用它.如果你是他们中的一员,是时候开始使用这个提高效率的工具了 什么是自动补全? 它是你的编程环境提供的一种功能,用于完成 ...

  3. Windows 10环境安装VIM代码补全插件YouCompleteMe

    Windows 10环境安装VIM代码补全插件YouCompleteMe 折腾一周也没搞定Windows下安装VIM代码补全插件YouCompleteMe,今天在家折腾一天总算搞定了.关键问题是在于P ...

  4. Sublime text代码补全插件(支持Javascript、JQuery、Bootstrap框架)

    Sublime text代码补全插件(支持Javascript.JQuery.Bootstrap框架)   插件名称:javascript-API-Completions 支持Javascript.J ...

  5. MaxScript代码补全插件

    MaxScript代码补全插件 作者Nik,原文发布于ScriptSpot 安装后max自带脚本编辑器会有自动补全,效果如下:

  6. Jupyter notebook 自动补全

    Jupyter notebook 自动补全   Jupyter notebook使用默认的自动补全是关掉的.要打开自动补全,需修改默认配置.  ipython profile create 以上命令会 ...

  7. Jupyter Notebook修改默认的工作目录

    Jupyter Notebook修改默认的工作目录 方法1:通过配置文件修改 只适合从命令行启动notebook生成配置文件,如果你已经在windows环境变量中设置好了jupyter noteboo ...

  8. jupyter notebook自动补全功能实现

    Jupyter notebook使用默认的自动补全是关掉的.要打开自动补全,需修改默认配置. 命令行中输入:ipython profile create 以上命令会在~/.ipython/profil ...

  9. Vim使用Vundle安装代码补全插件(YouCompleteMe)

    安装 Vundle 它的使用方法很简单,安装一个插件只需要在 ~/.vimrc 按照规则中添加 Plugin 的名称,某些需要添加路径,之后在 Vim 中使用:PluginInstall既可以自动化安 ...

随机推荐

  1. jQuery 简单案例

    案例一:全选.反选.取消实例 <!DOCTYPE html> <html lang="en"> <head> <meta charset= ...

  2. SD Consultant Year End Activities

    SD Consultant Year End Activities What are the year ending activities to be done for SAP SD?   S.No ...

  3. iOS----------导航栏的正确隐藏方式

    第一种做法 -注意这里一定要用动画的方式隐藏导航栏,这样在使用滑动返回手势的时候效果最好,和上面动图一致.这样做有一个缺点就是在切换tabBar的时候有一个导航栏向上消失的动画. - (void)vi ...

  4. HDU 1840 Equations (简单数学 + 水题)(Java版)

    Equations 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1840 ——每天在线,欢迎留言谈论. 题目大意: 给你一个一元二次方程组,a(X^2 ...

  5. Vue.js 2.x:组件的定义和注册(详细的图文教程)

    本文最初发表于博客园,并在GitHub上持续更新前端的系列文章.欢迎在GitHub上关注我,一起入门和进阶前端. 以下是正文. 前言 什么是组件 组件: 组件的出现,就是为了拆分Vue实例的代码量的, ...

  6. mac上Docker安装&初体验

    Docker是什么? Docker是一个虚拟环境容器,可以将你的开发环境.代码.配置文件等一并打包到这个容器中,并发布和应用到任意平台中. 官方文档:https://docs.docker.com H ...

  7. 最新的windows xp sp3序列号 xp序列号

    最新的windows xp sp3序列号(绝对可通过正版验证) MRX3F-47B9T-2487J-KWKMF-RPWBY(工行版) 可用(强推此号) QC986-27D34-6M3TY-JJXP9- ...

  8. C#面向对象 类的封装

    class student { public int _code; public int Code//属性 { //获取值 get { ; } //设置值 set { _code = value + ...

  9. web前端(12)—— 页面布局2

    本篇博文,主要就讲定位的问题,也就是页面布局里最重要的,本篇博文不出意外的话,也是css的最后一篇博文了 定位,position属性 定位有三种: 相对定位 绝对定位 固定定位 相对定位,positi ...

  10. Pythonic是什么?

    Python 之禅之中有这样几句话: 优美胜于丑陋(Python 以编写优美的代码为目标) 明了胜于晦涩(优美的代码应当是明了的,命名规范,风格相似) 简洁胜于复杂(优美的代码应当是简洁的,不要有复杂 ...