/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.devcontainer/devcontainer.json
18 строк
382 B
Guillaume Lemaitre
MAINT add jupyter extension and pre-commit in devcontainer (#32342)
21 окт 2025, 19:10
Не верифицирован
21 окт 2025, 19:10
597646a
Код
Авторство
О чём код?
{ // More info about Features: https://containers.dev/features "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04", "features": {}, "onCreateCommand": ".devcontainer/setup.sh", "postCreateCommand": "", "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-toolsai.jupyter" ], "settings": {} } } }