3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jupyter notebookの環境構築メモ(CSVデータ、グラフ描画、Vi バインディングに対応)

3
Last updated at Posted at 2019-04-12

前提

Windows 10
pythonをインストール済み
AppData以下のpython scriptディレクトリへのPATHを追加済み
gitをインストール済み

jupyter notebook 本体のインストール

pip install jupyter

データ変換、描画ライブラリのインストール

pip install numpy pandas matplotlib

nbextensionsのインストール

pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install

Vim bindingをインストール

git clone https://github.com/lambdalisue/jupyter-vim-binding C:\ProgramData\jupyter\nbextensions\vim_binding
インストール後、NbextensionタブからVim bindingを有効化

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?