5 ms·
> I wish there was two types of ipynb files, one for file with just code and markdown (for example ipynbc), and one for keeping code+markdown+results. I believ
by armanboyaci 2y ago
> I wish there was two types of ipynb files, one for file with just code and markdown (for example ipynbc), and one for keeping code+markdown+results.
I believe you can achieve that if you use jupytext library, right?