Bokeh Server documentation is incomplete
See original GitHub issueI was trying to find info on the Bokeh server, and I noticed that the documentation appears to be missing several sections (i.e. headings are there, but no text):
http://bokeh.pydata.org/en/latest/docs/user_guide/server.html https://github.com/bokeh/bokeh/blob/71c3d1753aceb57fcd6a0a3cd97abafc0c6bfc3f/sphinx/source/docs/user_guide/server.rst
For example, the Streaming Data, Large Data, Widgets and Dashboards and Development Options sections are all completely empty (of content).
From what I can tell, the Bokeh server has been in Bokeh for a while, so I’m not sure if this is an intentional omission, or if the documentation is simply not complete yet?
Issue Analytics
- State:
- Created 8 years ago
- Comments:21 (12 by maintainers)
Top Results From Across the Web
Running a Bokeh server
The Bokeh server executes the application code with every new connection and creates a new Bokeh document, syncing it to the browser. The...
Read more >Documentation for downsampling and bokeh_server ... - GitHub
Hi, I'm new to bokeh and I'm trying to get my head around the system you've designed. In particular, I'd like to try...
Read more >Panel template doesn't work when served from bokeh server ...
So we serve a bokeh app using bokeh server document, the servable object ... My (as-yet-incomplete) approach includes copying both bokeh's ...
Read more >How does a thread return a value through yield in a bokeh ...
The bokeh server documentation gives an example of “updating from unlocked callbacks.” The “unlocked callback” in question is the following:
Read more >bokeh Changelog - pyup.io
9744 [component: bokehjs] [BUG] bokeh server layout overlap on toggle ... 6999 [component: docs] Incomplete docs re embedding when using data tables
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Just a quick side note: It seems to me that the old docs are higher ranked by google. At least for me, googleing, e.g., “bokeh server downsampling” leads me to the 0.10 docs. Additionally, these don’t indicate at all that they’re outdated - maybe you could make that more obvious somehow to prevent many people from looking at the old docs!
There’s more docs to add, but I’d like to make individual issues for further additions (this original issue is itself quite old and refers to no-longer-relevant things at the top)