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 install # is packaged and available on pypi so installing is as easy as pip installing it. examples # what are all the commands available for jut? # Take a look at the help of the cli to explore all the options that it offers. There is some good information on the projects readme as well. without installing # using pipx Don’t want jut cluttering up your venv, or want to save yourself from making a new one, can manage a separate virual environment for you. This is one of the biggest selling points for me. nbconvert # is the lightweight option that I think will fit the bill often for me, but it just doesn’t always cut it. Mostly if there are images in the notebook or large output that is hard to read, its time to pull out the medium guns that sit between fulling running jupyter and. nbconvert does not have its own cli, instead it…