You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my practices, .ju.py files as souce file, and .ipynb as temporary file, my version control system only track .ju.py file.
Current sync mode only support one-way synchronization, which means that .ju.py=> .ipynb, support two-way synchronization is complex, cann't support in a short term
jupytext use a “virtual notebook” in Jupyter lab, I think it is a better design than Neopyter, because Neopyter require a real .ipynb file. I will support it later.
``
This is my work flow
prepare work
start jupyter lab via jupyter lab command and open in browser, different jupyter lab port identify different project
Hi @AbaoFromCUG
Thanks for putting this together.
I'm interested how you work with current notebook files that you want to edit and keep in sync.
Thanks
The text was updated successfully, but these errors were encountered: