Files
nvcc/nvcc4jupyter/__init__.py
T
2024-01-12 18:12:49 +01:00

8 lines
152 B
Python

"""
nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook
"""
from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401
__version__ = "1.0.2"