Hello, I'm trying to solve the following issue
Javascript error adding output! SyntaxError: Octal literals are not allowed in strict mode. See your browser Javascript console for more details.
when I execute the example:
%brunel data('cars') x(mpg) y(horsepower) color(origin) filter(horsepower) :: width=800, height=300
in jupyter 4.4.0 (for windows) for python 3.4 (brunel version is 2.5) and system locale ('es_ES', 'cp1252'). However, there is no problem executing under linux specifying LANG according to #193.
Hello, I'm trying to solve the following issue
Javascript error adding output! SyntaxError: Octal literals are not allowed in strict mode. See your browser Javascript console for more details.
when I execute the example:%brunel data('cars') x(mpg) y(horsepower) color(origin) filter(horsepower) :: width=800, height=300
in jupyter 4.4.0 (for windows) for python 3.4 (brunel version is 2.5) and system locale ('es_ES', 'cp1252'). However, there is no problem executing under linux specifying LANG according to #193.