nbview

command module
v0.0.0-...-78d0a57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

README

Go Report Card

NBVIEW

nbview is a lightweight utility for viewing Jupyter Notebook files in your terminal.

nbview

Features

  • Cross-platform. Compiles to a multi-platform executable.
  • No dependencies. nbview binary is self contained.
  • No need for a Notebook server. *.ipynb files are rendered as text in a terminal buffer.
  • Fully-fledged Python syntax highlighting based on Pygments.

Installation

The simplest way to install nbview is to download the binary for your platform. Rename the binary to nbview and add it to your $PATH, for example by copying it to usr/local/bin.

Build from source

make PLATFORM

where PLATFORM is either ubuntu, linux, darwin, or windows. The executable will appear in bin/PLATFORM/nbview and from there it can be added to your $PATH variable.

Usage

nbview FILENAME

FILENAME can be either a local or a remote notebook file. The Notebook is loaded into a scrollable buffer, which can be navigated using arrow keys. To exit, press q or esc.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL