Files
nvcc/nvcc4jupyter/__init__.py
2024-01-12 19:00:22 +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.3"