JUT | Read Notebooks in the Terminal
Trying to read a .ipynb file without starting a jupyter server? jut has you
covered.
https://youtu.be/t8AvImnwor0
watch the video version of this post on YouTube [1]
57676ca9-23dd-4b3d-a084-293a0525eba5.mkv [2]
Or watch the full thing here
install # [3]
jut is packaged and available on pypi so installing is as easy as pip installing it.
pip install jut
installing jut with pip [4]
! This is my first time including snippets of the video in the article like this, let me know what you think!
examples # [5]
jut https://cantera.org/examples/jupyter/thermo/flame_temperature.ipynb
jut https://cantera.org/examples/jupyter/thermo/flame_temperature.ipynb --head 3
jut https://cantera.org/examples/jupyter/thermo/flame_temperature.ipynb --tail 2
running jut examples [6]
what are all the commands available for jut? # [7]
Take a look at the help of the jut cli to explore all the options that it
offers.
jut --help
There is some good information on the projects
readme [8] as well.
getti...