As my jupyter notebook gives warnings in French, is there an easy way to switch to English?
(I am on macOS 10.12.2, with jupyter 4.2.1, using R kernel)
As my jupyter notebook gives warnings in French, is there an easy way to switch to English?
(I am on macOS 10.12.2, with jupyter 4.2.1, using R kernel)
It seems to work, just by adding these two lines, as suggested in the last answer of this other question
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
credits to Keith Hughitt