Marc Wouts

Results 486 comments of Marc Wouts

Another issue where I saw ids being re-generated is #969 . This has been fixed in `jupytext==1.14.0`. Do you remember if `--set-formats` was being used here?

Hi @bitekong , I am afraid there are too many different programs being used here! Do you think you could describe your sample notebook, and the exact sequence of operations...

Hi @galexioza , thanks for pointing at this. Is the "databricks script format" documented anywhere? Maybe we should also establish contact with the databricks developer and see what are their...

Hi @MicheleQuasar , well that is a good question. I think this is the intended behaviour - at least this also appears in our [tests](https://github.com/mwouts/jupytext/blob/a9991d88dab9a3c79115a1f0d0df0ade781043fa/tests/test_pre_commit_1_sync.py#L77-L79). However I agree with you...

Hi @tomaz-suller , thank you for your input. The use case for which the `jupytext` `pre-commit` hook was designed was to make sure both text and ipynb notebooks are in...

Hello @tribbloid , thanks for reaching out. That is an interesting question, and I also would like to be able to update both the script and notebook within other editors...

Hi @DonJayamanne , it's great to see you working on this! (BTW I was much impressed already by your PythonVSCode extension :+1: ) Well to start with I'll be happy...

Hi @hamelsmu, would you like to go on with the project? If so, I have two easy questions for you at #948 (should we only support `#export` or more complex...

Hi @psychemedia , thanks for your question! I'll try to answer it at least partially. 1. Since you want the same structure for all the notebooks, I would recommend using...

Hi Tony, thanks for your feedback. Yes I see your point in offering a solution that is independent of the environment, and I agree that a GitHub Action could help...