mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
9 lines
200 B
Python
9 lines
200 B
Python
"""
|
|
nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook
|
|
"""
|
|
|
|
from .parsers import set_defaults # noqa: F401
|
|
from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401
|
|
|
|
__version__ = "1.0.3"
|