https://github.com/csteinba/ipynb-dev-container
https://github.com/csteinba/ipynb-dev-container
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csteinba/ipynb-dev-container
- Owner: csteinba
- Created: 2022-02-11T19:55:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T10:05:09.000Z (over 4 years ago)
- Last Synced: 2025-10-12T10:32:19.756Z (9 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Jupyter Notebooks Dev Container for VS Code
## System Requirements
* Docker Desktop with WSL2 Engine enabled.
* VSCode 'Remote Containers' Extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
[Read more in the VS Code docs.](https://code.visualstudio.com/docs/remote/containers#_system-requirements)
## Getting started
(1) Clone this repo and open it with VS Code on your machine. \
(2) After that VS Code will prompt you with "Reopen this folder in Container" in the bottom right corner. Click that. \
(3) VS Code will boot a dev container with python3 and the specified packages in requirements.txt and all necessary extensions for a jupyter notebook inside VS Code. \
(4) Feel free to start with my-notebook.ipynb or create more notebooks. \
(5) Close this dev container by clicking on the green field at the bottom left corner. After that choose "Close Remote Connection"