python euporie

pythonのeuporieの概要と使い方

タグ euporie


pythonのeuporieの概要と使い方

概要

  • jupyter(ipythonのクライアント)をterminalで実行するためのツール
  • kittyの画像表示プロトコルを使って画像を表示する機能がある
    • tmuxを使用した状態でも--tmux-graphicsオプションをつけることで画像を表示できる

インストール

$ pipx install euporie juptyerlab pandas matplotlib

使い方

(notebookを開いて)起動する

$ euporie-notebook note.ipynb --tmux-graphics

参考