• Stars
    star
    173
  • Rank 212,802 (Top 5 %)
  • Language
    Python
  • Created about 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Render Jupyter notebook in the terminal

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)

asciicast

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

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

More Repositories

1

python-typing-koans

Python typing koans to learn type-hints in Python3 using Mypy
Python
118
star
2

facetouch

Neural Network to predict face touch on live feed and warn you, "don't touch the face".
Python
24
star
3

pythonbyexamplestutorial

Set of examples problems to learn python
Python
15
star
4

Gummi

A Multi User Chat room developed with Flask
Python
15
star
5

imon

Internet bandwidth monitor by domain
Rust
15
star
6

bt

A BitTorrent client written in Python and asyncio
Python
11
star
7

ipynb2viewer

Upload `.ipynb` files to gist.github.com as anonymous user and returns nbviewr url.
Python
10
star
8

flask_vs_django_bench

Benchmark Flask vs Django for simple JsonResponse
Python
9
star
9

gist

Command Line Interface to paste gist(github)
Python
8
star
10

learnpythoninminutes

Quick intro to getting started with Python
Python
8
star
11

gevent_multiprocessing

gevent + multitprocessing experiments
Python
8
star
12

UTFT

Writing Unit tests and Functional Testing in Python
Python
7
star
13

sachintweets

Fan made site for greatest batsmen ever played in universe. Complete real time tweet update about sachin.
JavaScript
6
star
14

Song-Fetcher

Will download songs from mp3.tamilwire.com
Python
5
star
15

python-training

Training material for Python workshop
Python
5
star
16

edht

Distributed Hash Table in Erlang
Erlang
5
star
17

missing-python-mode

missing emacs snippets for python-mode
Emacs Lisp
4
star
18

playstore

Python library to access Android App details from Google Play Store.
Python
4
star
19

drf_tada

Django REST Framework + Todo
Python
4
star
20

reddit-comment-fetcher

fetch reddit comments in json format and populate user id and up votes in HTML
Python
4
star
21

ircutils

IRCUtils is a Python framework for communicating with the IRC protocol. Unofficial Mirror of http://dev.guardedcode.com/projects/ircutils
Python
3
star
22

datasette-render-local-images

A datasette plugin to render images in the local system
Python
3
star
23

wetirc

An IRC bot to log IRC discussion
Python
3
star
24

python-flickr

Python flickr demo
JavaScript
3
star
25

tamil-dataset

Tamil Language dataset for NLP related work.
3
star
26

wordscrapper

Program to get all gre words and their meaning from http://www.gredics.com.
Python
3
star
27

dropbox-maildir

store imap mails in maildir format in dropbox
Python
2
star
28

offline-python

Chrome extension using empythoned to run python in the browser.
Python
2
star
29

go-mwapi

client library for Mediawiki api written in go
Go
2
star
30

go-instagram

Go lang API for accessing instagram data
2
star
31

simpleurl

SimpleURL is based on werkzeug.routing for brubeck - Escape from Regex
Python
2
star
32

tn_elections

TN Assembly Elections data
2
star
33

pulse-plus

Utilities to explore, convert PhonePe Pulse data - https://github.com/PhonePe/pulse
Python
2
star
34

City-info

1
star
35

contactup

Django app for teaching
Python
1
star
36

test-empythoned

Testing empythoned - https://github.com/replit/empythoned
Python
1
star
37

tweetpie

Python library to connect to twitter
Python
1
star
38

.emacs.d

My emacs files (Prelude)
Emacs Lisp
1
star
39

drsf_task

Python
1
star
40

python-wiktionary

JavaScript
1
star
41

pluggy_talk

Sample code for Pluggy Talk
Python
1
star
42

type_coverage_as_comment

Post Python type coverage as a comment to GH PR.
Python
1
star
43

cookiecutter-flask-kracekumar

Flask project skeleton
JavaScript
1
star
44

http_framework_probe

flask and aiohttp examples
Python
1
star
45

crawlit

Python web crawler with limitations
Python
1
star
46

aaron-swartz-tweet-archive

Internet Archive have gathered all the tweets about @aaronsw after his death. Lets build a nice web interface to it. http://hacknight.in/hasgeek/aaronsw-memorial/projects/3-aaron-swartz-tweet-archive
1
star
47

crunch

Command line utitlity to download files from terminal
1
star
48

Resume

My resume
1
star
49

julython_analysis

This work is carried out as part of Fifth elephant Hacknight http://beta.hacknight.in/fifthelephant/bangalore2012
Python
1
star
50

tumblr

Go Tumblr api
Go
1
star
51

coderwall

CLI to access coderwall
Python
1
star
52

covid19_india

Data Analysis and scripts for extracting covid-19 spread in India
Jupyter Notebook
1
star