nbviewer
Jupyter Notebook Viewer
danielfrg 7,570 2 1.2.0 Apache 2.0 GitHub

atom-nbviewer

View the rendered Jupyter/IPython Notebook in atom

Installation

$ apm install nbviewer

Requirements:

  • You need the jupyter-nbconvert executable, for example using anaconda

Configuration

  • jupyterNBConvertBin: Command or path to jupyter-nbconvert executable

Example:

"*":
  "nbviewer":
    "jupyterNBConvertBin": "/Users/danielfrg/conda/bin/jupyter-nbconvert"