interactive
interactive copied to clipboard
Command line method for converting between .ipynb and .dib
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 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?
Any updates?