eosfor
eosfor
Is this title reflects the issue more precisely?
I'm sorry @jonsequitur , when you say `Polyglot Notebooks` you mean VS Code Polyglot Notebooks? It obviously works in VS Code. What i'm looking for is some online service, which...
Thanks, @jonsequitur , do you have an example of a devcontainer which is configured to run .net interactive notebooks?
Feels like I've found one, right at the root of the repo :D
somehow in the setings.json ``` "dotnet-interactive.kernelTransportArgs": [ "{dotnet_path}", "tool", "run", "dotnet-interactive", "--", "[vscode]", "stdio", "--working-dir", "{working_dir}" ], "dotnet-interactive.notebookParserArgs": [ "{dotnet_path}", "tool", "run", "dotnet-interactive", "--", "notebook-parser" ], ``` there was `tools`...
> Displaying a node half-half in two subgraphs does not seem very intuitive. What about having two subgraphs enclosing the shared node like the [tikz-bayesnet](https://github.com/jluttine/tikz-bayesnet) library for latex?  +1...
If this is still interesting to someone, I'm trying to make tool, should to the trick. Check this out https://github.com/eosfor/PSBicepGraph/blob/dev/README.md
та же проблема и на маке > Darwin XXX-MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Mon Jun 24 01:25:37 PDT 2024; root:xnu-8796.141.3.706.2~1/RELEASE_X86_64 x86_64
> I share your frustration with dotnet interactive on colab! > Found this. does it work for your case? https://github.com/GlebSBrykin/DotNetInGoogleColab