mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.64k stars 386 forks source link

How to best use jupytext and nbdev together? #542

Open mwouts opened 4 years ago

mwouts commented 4 years ago

Imagine we have two notebooks:

Questions:

Cc @eserie and @jph00.

nchelaru commented 3 years ago

Hello!

I use both jupytext and nbdev heavily in my workflows, it would be great if I could use them together.

Thank you!

mwouts commented 3 years ago

I use both jupytext and nbdev heavily in my workflows, it would be great if I could use them together.

Sure! Just to be sure, currently you use them on different projects? Have you ever tried to use them on the same project? (Personally I tried but if I remember well I had a conflict on the README.md and main notebook...)

Also, what do you expect of the combination? Do you want to keep the .ipynb files and use paired notebooks, or just use text notebooks + nbdev?

simeneide commented 3 years ago

did you guys get any best practices out of this? I like my python notebooks in percent form, but would also like to use alot of what nbdev has to offer..