Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create devcontainer configuration #15

Open
schroedk opened this issue Apr 24, 2024 · 0 comments
Open

Create devcontainer configuration #15

schroedk opened this issue Apr 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@schroedk
Copy link
Collaborator

schroedk commented Apr 24, 2024

As alternative to a conda environment, create a devcontainer.json configuration to use with beyond-jupyter.

Tasks:

  • create a Dockerfile based on the existing environment.yml
  • create a devcontainer.json in .devcontainer referencing the created Dockerfile
  • test the setup with Vscode, run some steps of the refactoring journey

Dev hints:

  • consider multistage docker to make the image minimal regarding memory demands
  • in thedevcontainer.json you can specify to activate the python plugin inside the devcontainer
  • (optionally) if you have the possibility, test the setup with PyCharm, you need access to the Professional version.
@schroedk schroedk added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant