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 would expect the workflow to work roughly like jupyter with the jupytext extension: I'd open a .py file (perhaps with a special "open as notebook" command) and I'd be presented with it rendered and editable as a notebook. Cell outputs would not be saved in this format, but vscode might prepend some metadata to its head if necessary to save kernel params, the fact it's a "notebook", etc.
The text was updated successfully, but these errors were encountered:
Apologies if this is a dupe: I've searched for "percent" and "jupytext" with no result but it seems strange that this hasn't been raised.
I want to use the new native notebook interface with percent-encoded notebook/scripts, as supported by the legacy interpreter pane.
E.g.
I would expect the workflow to work roughly like jupyter with the jupytext extension: I'd open a .py file (perhaps with a special "open as notebook" command) and I'd be presented with it rendered and editable as a notebook. Cell outputs would not be saved in this format, but vscode might prepend some metadata to its head if necessary to save kernel params, the fact it's a "notebook", etc.
The text was updated successfully, but these errors were encountered: