Hi there
I am trying to use Composer on a Jupyter Notebook. Composer can read the notebook but it does not seem to be able to apply changes as it would across a regular Python file. Is this a known issue?
Hi there
I am trying to use Composer on a Jupyter Notebook. Composer can read the notebook but it does not seem to be able to apply changes as it would across a regular Python file. Is this a known issue?
Unfortunately Composer doesn’t support editing Jupyter Notebooks yet - we’re hoping to add this functionality soon though
For now you’ll probably want to convert the notebook to a regular Python file if you want to use Composer with it.
CMD+K should still work though, so you could copy a Diff from Composer into CMD+K for it to apply the changes.