Setup Kaggle environment on extension load (#31)

* Automatically setup kaggle environment https://github.com/andreinechaev/nvcc4jupyter/issues/29

* Update package lists before installing cuda toolkit
This commit is contained in:
Cosmin Ștefan Ciocan
2024-04-03 17:23:33 +02:00
committed by GitHub
parent 4664a4ef47
commit 5741c52254
5 changed files with 79 additions and 4 deletions
+4
View File
@@ -88,6 +88,10 @@ enable-unstable-feature = ["string_processing"]
[tool.coverage.run]
branch = true
omit = [
# cannot test installing dependencies on platforms such as kaggle
"nvcc4jupyter/setup_env.py",
]
[tool.pyright]
include = ["src"]