Real-time two-way synchronization between .tex and .ipynb files.
hongyi-zhao opened this issue · 1 comments
hongyi-zhao commented
Hi,
I want to achieve the following aims based on ipypublish:
- The .tex files for my manuscript were edited and managed by LaTeX IDE, say, texstudio.
- When the .tex files have been generated by .ipynb files through the help of ipypublish, I can edit these files from within LaTeX editor or jupyter client (browser).
- Each time when I edited the .tex files or the corresponding .ipynb notebooks, synchronization will be triggered between them to ensure the changes are applied to both appropriately.
Is it possible for me to achieve this goal with ipypublish?
Any hints will be highly appreciated.
Best regards
HY
chrisjsewell commented
You might want to look at the way https://github.com/GaretJax/sphinx-autobuild works, we are using it in https://github.com/executablebooks/sphinx-book-theme, to have live rebuilds of documentation on changes in the SCSS, which is somewhat similar