How to Install jupyter-nbconvert in Ubuntu 18.04



Install jupyter-nbconvert by entering the following commands in the terminal:

sudo apt update
sudo apt install jupyter-nbconvert

Description:

Jupyter notebook conversion (scripts)

Jupyter nbconvert converts notebooks to various other formats using Jinja templates. . This package installs the jupyter-nbconvert script.

Homepage: https://github.com/jupyter/nbconvert

Version: 5.3.1-1

Section: universe/utils