Command line method for converting between .ipynb and .dib #482
Labels
Area-Automation
Relating to non-interactive execution of notebooks and scripts
Area-Jupyter Kernel
enhancement
New feature or request
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 thedotnet-interactive
CLI and as API methods withinMicrosoft.DotNet.Interactive.Jupyter
, e.g.:> dotnet interactive ipynb-to-dib /path/to/existing.ipynb /path/to/created.dib
Related: #467.
The text was updated successfully, but these errors were encountered: