jupyter-notebook-quick-look
jupyter-notebook-quick-look copied to clipboard
enhancement: support different Python releases
try several different list.launchPath
like "/usr/bin/python"
, "/usr/local/bin/python"
, "/usr/local/bin/python3"
, until the html generated successfully
I use Python 2 for daily work, and don't want to install a bunch of packages for both Python 2 & 3.
Agree. It could also be /usr/bin/env python3
to make it more general.