mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
5741c52254
* Automatically setup kaggle environment https://github.com/andreinechaev/nvcc4jupyter/issues/29 * Update package lists before installing cuda toolkit
9 lines
210 B
Python
9 lines
210 B
Python
"""
|
|
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.1"
|