View the rendered Jupyter/IPython Notebook in atom
$ apm install nbviewerRequirements:
- You need the
jupyter-nbconvertexecutable, for example using anaconda
- jupyterNBConvertBin: Command or path to
jupyter-nbconvertexecutable
Example:
"*":
"nbviewer":
"jupyterNBConvertBin": "/Users/danielfrg/conda/bin/jupyter-nbconvert"