-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard #27
Comments
@tangyong after doing the suggested code modification, atleast a window opened with 4 empty plot boxes. Could you suggest what would be wrong? I've Windows 8.1, Python 3.5.6. |
@d-mo, If specific versions of libraries like Bokeh are required, please do mention, you can see enough such problems in the issues. |
@The-Gupta The "tornado" requirement needs to get pinned to version 4.5.3. Unfortunately, I no longer have commit access to this repository. You can find a fix on my fork at https://github.com/d-mo/datastream.io |
@d-mo - it still doesn't work even after changing the tornado version to 4.5.3. Please advise. |
@CoolGuy0007 It works with the car sample dataset after downgrading tornado version to 4.5.3 |
After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard
[env]
1 windows 7
2 python 3.6.2
3 anaconda 3
[problem]
1 executing "dsio data/cardata_sample.csv"
(tensorflow) E:\datastream\src\dsio\examples>dsio data/cardata_sample.csv
Loading the data...
Done.
data found from 2013-05-25 02:21:37 to 2013-05-25 02:44:13
Converting to milliseconds ...
Done
Adding time offset of 1528697700.11 seconds
Setting speed to 1x
Done
2 while opening browser(localhost:5001), anything can not be seen
The text was updated successfully, but these errors were encountered: