Monday, December 23, 2019

Dependency not found using jupyter

While using jupyter notebooks, we might face the problem of module not found error.

The quick workaround would be:
import sys 
!{sys.executable} -m pip install --user matplotlib


No comments:

Post a Comment