IPython-Dashboard
IPython-Dashboard copied to clipboard
Not able to plot anything
Hi, I was able to see data from mysql table through SQL tab on ipython dashboard, but could not plot anything. Also created dashboard and in edit option I can not see my table OR how I can load the table there ?? I saw the video. After creating the dashboard ->edit ... you select tables from drop down list. I have one table but I can not see that in the list. Its empty.
Other info - Browser used - Chrome OS- Ubuntu 14.04
@saj1919 hi, saj, sorry for the lately reply, have been stuck in the big drop of Chinese A shares in the last month, will keep developing this from Feb, thanks a lot.
I'll take a look at this today, and find a way to make it , thanks again
Hi, I can not see the data of the table. dash-server is running, redis is also up. I created the test table(businesses) and I verified that the data is inserted to the DB, but I can not query the data base from the web app. It dose not show the data. Would you please give us some hints? Thanks,
@Miaoe sure, will take a look at the source code these days,
@Miaoe if you are using Safari, try http://0.0.0.0:9090 There's ajax's Access-Control-Allow-Origin error with http://127.0.0.1:9090 on Safari.
Same problem , when I query the database , I'm seeing this in chrome:
dash.sql.js:5 ###Run sql options: first dash.sql.js:8 ###Run sql : select * from businesses where business_id >= 100 and business_id <= 10000 and name like '%COFFEE%' and state='CA' and phone_number is not null limit 10;
dash.sql.js:23 ajax done dash.sql.js:26 ajax success dash.sql.js:27 null dash.sql.js:39 Uncaught TypeError: Cannot read property 'data' of null(…)parseSQL @ dash.sql.js:39(anonymous function) @ dash.sql.js:28j @ jquery.js:3099fireWith @ jquery.js:3211x @ jquery.js:8264(anonymous function) @ jquery.js:8605
After creating the dashboard ->edit ... you select tables from drop down list. I have one table but I can not see that in the list. Its empty. Any help available ?