jutRender Jupyter notebook in the terminal

联合创作 · 2023-09-30 07:44

jut - JUpyter notebook Terminal viewer.


The command line tool view the IPython/Jupyter notebook in the terminal.


Install


pip install jut


Usage



$jut --help
Usage: cli.py [OPTIONS] PATH

Options:
-he, --head INTEGER RANGE Display first n cells. Default is 10
-t, --tail INTEGER RANGE Display last n cells
-p, --single-page Should the result be in a single page?
-f, --full-display Should all the contents in the file displayed?
--force-colors Force colored output even if stdout is not a
terminal

-s, --start INTEGER RANGE Display the cells starting from the cell number
-e, --end INTEGER RANGE Display the cells till the cell number
--exclude-output-cells Exclude the notebook output cells from the output
--no-cell-border Don't display the result in a cell with border
--help Show this message and exit.


ASCIICinema Demo (First version)



Note: Command line arguments may be different, use jut --help to get upto date command line options


Display first five cells


jut-head-example


Display last five cells


jut-tail-example


Download the file and display first five cells


jut-download-url


Usage



$run jut debug/file.ipynb
...
$jut https://raw.githubusercontent.com/fastai/fastbook/master/06_multicat.ipynb --tail 10
...

浏览 17
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报