How to export one cell of a jupyter notebook?
I'm currently working/prototyping into a Jupyter notebook. I want to run some of my code on a standalone iPython shell.
For now, I export my iPython code (file --> download as) and then execute it in my iPython (with %run). It works, but I would like to export only one cell or set of cells. So, that I can run only what I modified in my Jupyter notebook.
Category Data Science