9 ms·
It would still be nice if IPython Notebook had an option to save the code separate from the output, for example as two files in the same directory. This would m
by agrothberg 11y ago
It would still be nice if IPython Notebook had an option to save the code separate from the output, for example as two files in the same directory. This would make source controlling easier.
- c0lin 11y agoRunning `ipython --notebook` with the additional option `--script` may be what you are looking for. This saves a `.py` file with the same name next to your `.ipynb` file (the non-code sections are present, but they are commented out).