Jon Sequeira
Jon Sequeira
@serefarikan What errors are you seeing?
The only workaround I'm aware of at the moment is to use the .ipynb extension. It's not as friendly for diff tools. We'll likely be adding additional supported file formats...
We could consider adding support for an alternative file extension for this format. The decision to use .dib was made early on and we realized there was a file extension...
That would probably make sense.
VS Code Insiders has added support for cell tags, which can be parsed from the `.ipynb`. Microsoft.DotNet.Interactive.Documents](https://www.nuget.org/packages/Microsoft.DotNet.Interactive.Documents/) might need to add support for it but it should be very minor...
Using Markdown for notebooks that display nicely as READMEs (similar to https://github.com/mwouts/jupytext/issues/220) has been explored for Polyglot Notebooks / Try .NET. One detail from that design that might be of...
My understanding is this is a .NET console API bug. @cartercanedy, can you point me to a fix that you tried in .NET Interactive?
Experimental support for this is available in [`dotnet repl`](https://github.com/jonsequitur/dotnet-repl#-run-a-notebook-script-or-code-file-and-then-exit).
I've marked it as external because it's not something that the .NET Interactive team would be able to implement ourselves.