Files
nvcc/nvcc4jupyter/__init__.py
2024-02-01 14:46:45 +00:00

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.1.0"