bokeh / outreach-programs

A space to coordinate outreach programs like Outreachy and Google Season of Docs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong path mentioned in a command for running bokeh server

Med16-11 opened this issue · comments

Hello @pavithraes !
While setting up the environment, I have noticed that in the command mentioned in the documentation is not providing right file path.
It should be
BOKEH_DEV=false python -m bokeh serve --show examples/server/app/sliders.py
instead of
BOKEH_DEV=false python -m bokeh serve --show examples/app/sliders.py

Screenshot from 2023-03-09 00-57-30

Thank you!

I encountered the same problem!

I think a relevant PR has been created for this issue and it should be updated with the next release. See #12910

Yes this fix was merged and will appear when the version 3.2 docs are published (which may be a month or two away). Thanks for the issue!