8000 GitHub - diaakasem/ipynb.yazi: A Yazi plugin to preview ipynb files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diaakasem/ipynb.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Yazi ipynb Preview Plugin

A plugin for Yazi file manager that enables preview of Jupyter Notebook (.ipynb) files by converting them to markdown and rendering them in the preview pane.

Prerequisites

  1. Install Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install ipynb-to-md converter:
cargo install ipynb-to-md
  1. Install mdcat for markdown rendering:
cargo install mdcat

Installation

  1. Ensure you place the plugin in ~/.config/yazi/plugins/ directory
git clone https://github.com/diaakasem/ipynb.yazi ~/.config/yazi/plugins/ipynb.yazi
  1. Add the following to your Yazi config file (~/.config/yazi/yaiz.toml):
[plugin]
prepend_previewers = [
	{ name = "*ipynb",                      run = "ipynb" },
]

Usage

Once installed, Yazi will automatically preview .ipynb files using this plugin. Simply navigate to a Jupyter Notebook file and the preview pane will show the rendered notebook content.

License

MIT

About

A Yazi plugin to preview ipynb files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0