I am just a beginner with machine learning and i want to run my code on collab, but whenever I try to copy paste the code in collab. it throws me this error:
FileNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/matplotlib/style/core.py in use(style)
113 try:
→ 114 rc = rc_params_from_file(style, use_default_template=False)
115 _apply_style(rc)
5 frames
FileNotFoundError: [Errno 2] No such file or directory: ‘./deeplearning.mplstyle’
During handling of the above exception, another exception occurred:
OSError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/matplotlib/style/core.py in use(style)
115 _apply_style(rc)
116 except IOError:
→ 117 raise IOError(
118 "{!r} not found in the style library and input is not a "
119 "valid URL or path; see style.available
for list of "
OSError: ‘./deeplearning.mplstyle’ not found in the style library and input is not a valid URL or path; see style.available
for list of available styles