Hacker News new | ask | show | jobs
by armanboyaci 545 days 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?