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
I have a notebook cell which is only made of comments:
# …# …# …
When converting into .py and then back to .ipynb, the cell is transformed into pure Markdown, which is problematic (because the comments represent code that may have to be uncommented and run, sometimes).
In case this matters: the cell above contains Markdown, and the one below contains code.
The text was updated successfully, but these errors were encountered:
As I still have some work pending there (I'd like to refactor the parser), there might be a few days before the new version is released. Feel free to use the development version until that.
I have a notebook cell which is only made of comments:
When converting into .py and then back to .ipynb, the cell is transformed into pure Markdown, which is problematic (because the comments represent code that may have to be uncommented and run, sometimes).
In case this matters: the cell above contains Markdown, and the one below contains code.
The text was updated successfully, but these errors were encountered: