Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real-time two-way synchronization between .tex and .ipynb files. #139

Open
hongyi-zhao opened this issue Aug 10, 2020 · 1 comment
Open

Comments

@hongyi-zhao
Copy link

hongyi-zhao commented Aug 10, 2020

Hi,

I want to achieve the following aims based on ipypublish:

  1. The .tex files for my manuscript were edited and managed by LaTeX IDE, say, texstudio.
  2. 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).
  3. 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

@hongyi-zhao hongyi-zhao changed the title Two-way Synchronization Real-time two-way synchronization between .tex and .ipynb files. Aug 10, 2020
@chrisjsewell
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants