cookbook icon indicating copy to clipboard operation
cookbook copied to clipboard

Feature: Adding Dev Container Configuration for GitHub Codespaces

Open cr2007 opened this issue 1 year ago • 1 comments
trafficstars

Just wanted to know if its okay to add a Dev Container configuration so that it is easier for users to easily create a Codespace and view, run the code in the codespace provided.

It's only an addition of a devcontainer.json file and that's all that will be needed.

cr2007 avatar Apr 11 '24 13:04 cr2007

run the code in the codespace provided

The content here is largely Colab notebooks that run in their own environment. I don't really use codespaces though, so could you help me understand how this would be useful?

markmcd avatar Aug 16 '24 05:08 markmcd

Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs.

github-actions[bot] avatar Aug 31 '24 01:08 github-actions[bot]

run the code in the codespace provided

The content here is largely Colab notebooks that run in their own environment. I don't really use codespaces though, so could you help me understand how this would be useful?

This would be helpful incase someone wants to use GitHub Codespaces for interacting with the notebooks. It allows for a VS Code-like environment with all the relevant extensions (including Jupyter) loaded in the environment, allowing for the users to further customise the environment to their liking.

cr2007 avatar Sep 01 '24 07:09 cr2007

OK cool, feel free to send me a PR so I can see what you mean. My only worry is if we would need to keep it up to date or maintain it in any way. If we can set-and-forget then SGTM.

markmcd avatar Sep 02 '24 06:09 markmcd