Closed fpliger closed 8 years ago
gapminder example is broken. interactions/interactive_bubble/gapminder.py
It will be affected by @mattpap's change on #3437 - would be really great to have a docstring update about that change too.
But is currently failing with the error:
Traceback (most recent call last):
File "gapminder.py", line 67, in <module>
xaxis = LinearAxis(SingleIntervalTicker(interval=1), axis_label="Children per woman (total fertility)", **AXIS_FORMATS)
TypeError: __init__() takes 1 positional argument but 2 were given
Might need "ticker=" for arg now
Thanks @bryevdv, fixed on docs_ex_011_3
in #3497.
That info could probably go in the migration guide.
I'm not actually sure why it worked without it before, though, to be honest.
@bokeh/dev there are a two plots broken in the docs. I have listed them on #3404, but thought I should mention them here too:
Actually, the example for the "CustomJS with a Python function" does not build because PyScript (i.e. the inspect module) cannot obtain the source code of the function during the doc building.
We will have to do a hand deploy of the docs built with py3. (Will want to keep updating them anyway)
I must say I like the new look of the docs.
On Mon, Jan 4, 2016 at 10:13 PM, Sarah Bird notifications@github.com wrote:
@bokeh/dev https://github.com/orgs/bokeh/teams/dev there are a two plots broken in the docs. I have listed them on #3404 https://github.com/bokeh/bokeh/issues/3404, but thought I should mention them here too:
http://bokeh.pydata.org/en/dev/docs/user_guide/geo.html
http://bokeh.pydata.org/en/dev/docs/user_guide/interaction.html#customjs-with-a-python-function
- CustomJS with a Python function example is broken - needs to be built with python 3
— Reply to this email directly or view it on GitHub https://github.com/bokeh/bokeh/issues/3390#issuecomment-168890701.
Hi. I would like to try downsampling (on server) of large time-series of data, such that only relevant data is sent to client. I understand that with 0.11 there is a new Tornado server. What is a status of down-sampling for the new bokeh server implementation? Is it implemented, just not documented? If so can somebody give a hint how to try it out? Also I read somewhere about plans of sending data to client in binary format, is this on the road map?
Closing this, will open new epic or burn list for 0.12
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
ping @bokeh/core
NOTE: Please collect all small pieces of work in this PR: https://github.com/bokeh/bokeh/pull/3497
Bugs
These are all issues in the core library. A few are really must-fix:
~notebook + server does not work~ (#3461) MARKED AS KNOWN ISSUEA few more are should-fix if we can, especially if the fix is small:
The last ones are not as important, but if brief investigation reveals a trivial/one-line, self-contained fix, it could be considered (or if not, possibly delete the demo):
maps_cities.py
data disappears after pan (#3464)dynamic_map.py
data overlay dislodged after pan/zoom (#3466)embed_responsive_with_height.py
starts out wrong size (#3468)airports_map.py
andiris_splom.py
can't pan or zoom in/out in cases that should work (#3470)Demo Issues
These are all issues (mostly very small) in demos that can be improved:
~pandas deprecations~ (requires too-new pandas)~MPL deprecations?~ (upstream, nothing we can do)Tasks
bokeh-notebooks
bokeh-demos
bokeh-demos
?push_notebook
examples