Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

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

$
0
0

前提

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を有効化


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>