interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Command line method for converting between .ipynb and .dib

Open jonsequitur opened this issue 5 years ago • 2 comments

Currently, the VS Code extension contains logic for converting a .ipynb into a .dib and vice versa. In order to support automation scenarios, this functionality should be made available through a subcommand on the dotnet-interactive CLI and as API methods within Microsoft.DotNet.Interactive.Jupyter, e.g.:

> dotnet interactive ipynb-to-dib /path/to/existing.ipynb /path/to/created.dib

Related: #467.

jonsequitur avatar May 28 '20 17:05 jonsequitur

@jonsequitur From the docs it says that you can already do this via the command palette within vscode, but it doesn't seem to work.

I have vscode insiders and the latest extension installed, am I missing something?

RiaanVR avatar Jun 16 '20 06:06 RiaanVR

Any updates?

xperiandri avatar Mar 05 '24 17:03 xperiandri