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
+1 -1
View File
@@ -5,4 +5,4 @@ nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook
from .parsers import Profiler, set_defaults # noqa: F401
from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401
__version__ = "1.2.0"
__version__ = "1.2.1"