Brunel-Visualization / Brunel

Brunel Visualization
Apache License 2.0
290 stars 77 forks source link

Javascript error using brunel #297

Closed cpgonzal closed 6 years ago

cpgonzal commented 6 years ago

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.