Category "nbconvert"

Convert IPython notebook JSON to Python code programatically

I have JSON format of an IPython notebook in memory. I would like to convert this into python code. Can i use nbconvert for this? I tried something like the f

How to run an .ipynb Jupyter Notebook from terminal?

I have some code in a .ipynb file and got it to the point where I don't really need the "interactive" feature of IPython Notebook. I would like to just run it s