Closed ekagra-ranjan closed 9 months ago
%load_ext nvcc_plugin This should be %load_ext nvcc4jupyter, as is in the Readme.
Just like @Barenya255 said, the API was updated recently. This particular change was made to not have to remember the "nvcc_plugin" name as well as the name of the package "nvcc4jupyter" (now you only need to know the package name). Also, you can install from pypi directly by running:
pip install nvcc4jupyter
Thank you for the help!
Hi!
I am running the he following to load enable colab to run cuda:
It was working fine till yesterday and today I come across this issue. I see someone else also facing this issue today.
Error
Has something changed? Thank you!