Skip to content

Jupyter Dev Container

JupyterLab data science environment

Auto-Generated Documentation

This page is automatically generated from devcontainer/jupyter/ configurations.

Runtime Matrix

Runtime GPU Image Port
Docker CPU - ghcr.io/atrawog/bazzite-ai-pod-jupyter:stable 8888
Docker NVIDIA ghcr.io/atrawog/bazzite-ai-pod-jupyter:stable 8888
Podman CPU - ghcr.io/atrawog/bazzite-ai-pod-jupyter:stable 8888
Podman NVIDIA ghcr.io/atrawog/bazzite-ai-pod-jupyter:stable 8888

VS Code Extensions

  • anthropic.claude-code - Claude Code integration
  • ms-azuretools.vscode-docker - Docker support
  • ms-python.python - Python language support
  • ms-toolsai.jupyter - Jupyter notebooks
  • ms-vscode.cpptools - C/C++ support

Configuration Details

Mounts

source=${localWorkspaceFolder},target=/workspace,type=bind

Remote User: jovian

Lifecycle Commands

postCreateCommand:

echo '✓ JupyterLab ready (Docker CPU)'

postStartCommand:

echo 'Access JupyterLab: http://localhost:8888'

VS Code Settings

{
  "jupyter.jupyterServerType": "local",
  "jupyter.notebookFileRoot": "/workspace"
}

Quick Start

For detailed setup instructions, see the Dev Containers deployment guide.