项目作者: sandal-tan

项目描述 :
cat for Jupyter Notebooks
高级语言: Jupyter Notebook
项目地址: git://github.com/sandal-tan/nbcat.git
创建时间: 2020-05-10T20:58:22Z
项目社区:https://github.com/sandal-tan/nbcat

开源协议:

下载


nbcat - cat for Jupyter Notebooks

Display syntax-highlighted, markdown-rendered, jupyter notebooks in your terminal.

Built using rich, nbcat is capable of displaying a rendered jupyter notebook to your terminal.

asciicast

Usage

Usage is very simple, to cat a notebook run:

  1. $ nbcat <notebook>

Installation

You can install nbcat via:

  1. $ pip install nbcat

Development

This project is managed with poetry, to install the development environment:

  1. $ git clone
  2. $ cd nbcat
  3. $ poetry install

Future Goals

  • Printout cell and notebook metadata
  • Natively scroll-able
  • Render pandas DataFrames as tables