python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using a devcontainer in VS Code, how can I display matplotlib plots?
I'm running an Ubuntu devcontainer inside VS Code. However, when I run a python script that creates a plot, the plot doesn't show up anywhere, even when using matplotlib.pyplot.show(). My guess is tha...
S. U.
Votes: 0
Answers: 0
How Do I Increase the CPU & RAM in a VSCode DevContainer?
I typically open up my project that contains a .devcontainer/ directory with its corresponding devcontainer.json.
When VSCode opens up, it asks me whether I want to open up my project in the specified...
Jeffrey Wen
Votes: 0
Answers: 1
Command failed docker-compose in VScode Devcontainer
I've just started using Docker on an already existing project (it runs into a Docker container). I don't have a lot of Docker background - I've been using it only from the GUI, by pressing the "p...
Octavian Niculescu
Votes: 0
Answers: 3
Best approach to upload volume to repository
I'm developing an API rest using Python and Flask in a Docker image. In developing using the feature Remote-Containers from VS Code (in windows, with Docker Desktop installed).
This API uses a volume ...
Aw3same
Votes: 0
Answers: 0