-1

Jupyter Notebook This is not the error. This is data coming from python websocket. I am not printing this data still it is being there as a warning. I have used following code but still didn't working it. I want to remove this red background and it's data from being priting.

import warnings
warnings.filterwarnings('ignore')

1 Answers1

0

Idk will it helps or not..But this code code stopped me unnecessary warnings..

import warnings

with warnings.catch_warnings(record=True):

    Yourcode........

If this not worked pls let me know

Bhargav
  • 500
  • 2
  • 12