1
0
mirror of synced 2026-01-04 18:06:26 -05:00
Files
docs/data/reusables/codespaces/jupyterlab-in-default-image.md
2023-02-15 15:16:18 +00:00

917 B

The default container image includes JupyterLab, so codespaces created from the default image will always have JupyterLab installed. For more information about the default image, see "AUTOTITLE" and the devcontainers/images repository. If you're not using the default image in your dev container configuration, you can install JupyterLab by adding the ghcr.io/devcontainers/features/python feature to your devcontainer.json file. You should include the option "installJupyterlab": true. For more information, see the README for the python feature, in the devcontainers/features repository.