This folder contains a demonstration Jupyter notebook called 'hello_world.ipynb' for Python development within a containerized environment.
- Open Visual Studio Code.
- Access the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window, or by pressing
Ctrl+Shift+X. - Type
Remote Developmentin the search bar. - Locate the
Remote Developmentextension pack by Microsoft and click on the install button.
- To access the Command Palette, either press
Ctrl+Shift+Por navigate toView > Command Palette. - Choose
Dev Containers: Rebuild and Reopen in Container.
- Open the Command Palette using
Ctrl+Shift+Por by going toView > Command Palette. - Select
Dev Containers: Reopen Folder Locally.
- Navigate to the 'hello_world.ipynb' Jupyter notebook within the project.
- Click on 'Select Kernel' in the top right corner of the notebook interface.
- Choose 'Python Environments'.
- Select the 'Python 3.10.4' kernel for the correct Python environment.
For additional Docker setup instructions, refer to the main project's README.