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

Improved bokeh server functionality #257

Merged
merged 4 commits into from
Mar 2, 2019
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Mar 1, 2019

  • Allows starting bokeh server on a thread
  • Execute bokeh server events eagerly if possible

Fixes #138
Fixes #181

@codecov-io
Copy link

codecov-io commented Mar 1, 2019

Codecov Report

Merging #257 into master will decrease coverage by 0.41%.
The diff coverage is 32.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
- Coverage   89.32%   88.91%   -0.42%     
==========================================
  Files          44       44              
  Lines        5445     5492      +47     
==========================================
+ Hits         4864     4883      +19     
- Misses        581      609      +28
Impacted Files Coverage Δ
panel/viewable.py 70.73% <18.91%> (-1.8%) ⬇️
panel/pane.py 81.99% <33.33%> (-0.41%) ⬇️
panel/layout.py 94.82% <33.33%> (-0.81%) ⬇️
panel/widgets.py 94.11% <33.33%> (-0.31%) ⬇️
panel/holoviews.py 82.67% <33.33%> (-0.75%) ⬇️
panel/util.py 78.64% <35.29%> (-3.9%) ⬇️
panel/__init__.py 56% <72.72%> (+3.82%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebead54...b647c4c. Read the comment docs.

@philippjfr philippjfr merged commit 36ec88b into master Mar 2, 2019
@philippjfr philippjfr deleted the server_improvements branch March 6, 2019 14:46
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

Successfully merging this pull request may close these issues.

None yet

2 participants