Matt Eland makes some recommendations:
In order to get Polyglot Notebooks to work with GitHub Codespaces, you’ll need to match the current requirements of the Polyglot Notebooks extension and its underlying .NET Interactive kernels.
This relies on two files in your
.devcontainerdirectory:
Dockerfilewhich describes the Docker container the Codespace will run indevcontainer.jsonwhich describes how the dev container is configured in terms of extensions and ports
Read on to learn more. Also, Matt has a brand new book available on the topic of polyglot notebooks, so check that out.
Comments closed