Describe the bug
When I execute a macro, even the example "toto" macro, I get the error:
...\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u2192' in position 0: character maps to
To Reproduce
Steps to reproduce the behavior:
Run the macro simple example in DataLab v1.0.1
Expected behavior
What the macro is meant to do
Screenshots
Installation information
DataLab v1.0.1 on a fresh conda environment with Python 3.11 and DataLab installed via "pip install datalab-platform[qt]"
Describe the bug
When I execute a macro, even the example "toto" macro, I get the error:
...\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u2192' in position 0: character maps to
To Reproduce
Steps to reproduce the behavior:
Run the macro simple example in DataLab v1.0.1
Expected behavior
What the macro is meant to do
Screenshots
Installation information
DataLab v1.0.1 on a fresh conda environment with Python 3.11 and DataLab installed via "pip install datalab-platform[qt]"