Apr 15, 2024, 5:55 PM
ID
, URL
, Project
, and Traceback
.Cell
in themResponseError Traceback (most recent call last):
File "<ipython-input-27-2b1e0ab2a1f6>", line 1, in <module>
raise ResponseError("Cell magic `%%cache` not found.")
ResponseError: Cell magic `%%cache` not found.
ImportError Traceback (most recent call last):
File "<ipython-input-34-5b84d5b6284d>", line 2, in <module>
import tensorflow as tf
ImportError: No module named 'tensorflow'
FileNotFoundError Traceback (most recent call last):
File "<ipython-input-56-8a2141b4bb2e>", line 3, in <module>
open('nonexistentfile.txt')
FileNotFoundError: [Errno 2] No such file or directory: 'nonexistentfile.txt'
KeyError Traceback (most recent call last):
File "<ipython-input-78-4a10b9f8dfef>", line 4, in <module>
{'key': 'value'}['nonexistentkey']
KeyError: 'nonexistentkey'
OSError Traceback (most recent call last):
File "<ipython-input-102-6b2e8a4d8b58>", line 1, in <module>
os.makedirs('/invalid/path')
OSError: [Errno 13] Permission denied: '/invalid/path'
ipython
, the dataset contains errors from the following repository:
cpython