A cell screenshot could not be captured. Messages include actionable hints (available cell IDs, install commands, likely misconfigurations).
| 49 | |
| 50 | |
| 51 | class ScreenshotError(RuntimeError): |
| 52 | """A cell screenshot could not be captured. |
| 53 | |
| 54 | Messages include actionable hints (available cell IDs, |
| 55 | install commands, likely misconfigurations). |
| 56 | """ |
| 57 | |
| 58 | |
| 59 | def _to_data_url(image: bytes) -> str: |
no outgoing calls
no test coverage detected
searching dependent graphs…