• home
  • about
  • 全ての投稿
  • ソフトウェア・ハードウェアの設定のまとめ
  • 分析関連のまとめ
  • ヘルスケア関連のまとめ
  • 生涯学習関連のまとめ

python euporie

date: 2023-10-02 excerpt: pythonのeuporieの概要と使い方

tag: euporiepython


pythonのeuporieの概要と使い方

概要

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

インストール

$ pipx install euporie juptyerlab pandas matplotlib

使い方

(notebookを開いて)起動する

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

参考

  • Euporie’s Documentation


euporiepython Share Tweet