Skip to content
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

Failed to load resource: the server responded with a status of 404 (Not Found) #2

Open
Usama-Aslam23 opened this issue May 16, 2018 · 2 comments

Comments

@Usama-Aslam23
Copy link

I followed all the instructions but when I run bokeh serve command the page opens in browser but doesn't display anything, when I inspect element, I see this message. What could be the problem?

@Usama-Aslam23
Copy link
Author

Error running application handler <bokeh.application.handlers.directory.DirectoryHandler object at 0x0000020988D426D8>: unexpected attribute 'value' to RangeSlider, possible attributes are callback, callback_policy, callback_throttle, css_classes, disabled, end, height, js_event_callbacks, js_property_callbacks, name, orientation, range, sizing_mode, start, step, subscribed_events, tags, title or width
File "has_props.py", line 277, in setattr:
(name, self.class.name, text, nice_join(matches))) Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\application\handlers\code_runner.py", line 81, in run
exec(self._code, module.dict)
File "E:\Bokeh-Python-Visualization-master\bokeh_app\main.py", line 31, in
tab1 = histogram_tab(flights)
File "E:\Bokeh-Python-Visualization-master\bokeh_app\scripts\histogram.py", line 137, in histogram_tab
step = 5, title = 'Range of Delays (min)')
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\model.py", line 226, in init
super(Model, self).init(**kwargs)
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\core\has_props.py", line 241, in init
setattr(self, name, value)
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\core\has_props.py", line 277, in setattr
(name, self.class.name, text, nice_join(matches)))
AttributeError: unexpected attribute 'value' to RangeSlider, possible attributes are callback, callback_policy, callback_throttle, css_classes, disabled, end, height, js_event_callbacks, js_property_callbacks, name, orientation, range, sizing_mode, start, step, subscribed_events, tags, title or width

@WillKoehrsen
Copy link
Owner

WillKoehrsen commented May 24, 2018

I am not able to recreate the issue. What version of Bokeh are you running?

I am using Bokeh version 0.12.16.

I would suggest updating to the newest version of Bokeh from the command line using pip install -U bokeh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants