I'm getting this weird text before the actual console output. How can I get rid of it?
Code:
print('hi!')
Output:
{"date":"2024-03-15T10:54:43.844Z","msg_id":"ecd3d443-dd77-45f5-9687-d154abad9344","msg_type":"execute_request","session":"a77e8270-27d7-491d-9fa8-1d0407a3f5f2","username":"6aa1144b-bdeb-4e46-9ba0-0c8337f75c7e","version":"5.2"}
{}
{"cellId":"vscode-notebook-cell:some\path"}
{"silent":false,"store_history":true,"user_expressions":{},"allow_stdin":true,"stop_on_error":false,"code":"print('hi!')"}
hi!
This is the closest result I got from the internet.