NVIDIA / NVIDIA/cudf

[BUG] black background - cudf.pandas.line_profile

Open
#20,325 1 comment 0 reactions 0 assignees View on GitHub
bug cudf.pandas
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Describe the bug**
When profiling the GPU using cudf.pandas.line_profile, the 'Line' output has a black background with light font even when the notebook background is white.

**Steps/Code to reproduce bug**
```python
%%cudf.pandas.line_profile
df = pd.DataFrame({'A': [1, 2, 3]})
```
**Expected behavior**
The text output in 'Line' column should make the rest of the text

**Environment overview (please complete the following information)**
Both local and GCP Colab notebook.

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.