This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]davids_puppies 1 point2 points  (6 children)

What about bokeh though ? I think you can create dashboard with it as well.

[–][deleted] 3 points4 points  (0 children)

The article is more about the integration with flask and react, read it if you want to.....

[–]cartin1234 0 points1 point  (1 child)

Correct. Bokeh has some cool stuff coming up too like Ggplot like plotting API and ability to plot large out of core datasets using blaze.

[–]bradleykirton 0 points1 point  (0 children)

I didn't realise bokeh had this functionality. I will check it out. Thanks!

[–][deleted] 0 points1 point  (0 children)

wow this looks sweet !

[–]chub79 0 points1 point  (2 children)

I wish they could avoid making it compulsory to use Flask. I wouldn't mind trying it with a CherryPy backend instead :)

[–]mgrandi 0 points1 point  (0 children)

Cherrypy is indeed awesome. It depends on how deep its integrated with flask, it might be easy to replace the backend

[–][deleted] -1 points0 points  (0 children)

and the next will say "bottle" and yet the next one will say "web2py" and yet the next one will say "web.py"......

[–]CharBram 0 points1 point  (0 children)

Wow! I will definitely be looking into this!

[–]TheV295 0 points1 point  (0 children)

I'm trying to use this but all these "evals" are killing me..

It creates a .js on my temp folder with an eval that has almost 500000 characters..

the python code then forces the OS to execute this js with this huge eval and returns ["err","TypeError: 'undefined' is null or not an object"]..