An open API service indexing awesome lists of open source software.

https://github.com/csteinba/ipynb-dev-container


https://github.com/csteinba/ipynb-dev-container

Last synced: 3 months ago
JSON representation

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"