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

Enables serving files and bokeh apps via panel.serve #1939

Merged
merged 3 commits into from
Feb 1, 2021

Conversation

MarcSkovMadsen
Copy link
Collaborator

Adds the suggested functionality of #1938

@codecov
Copy link

codecov bot commented Jan 24, 2021

Codecov Report

Merging #1939 (98945f4) into master (a60e1b2) will decrease coverage by 0.03%.
The diff coverage is 74.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1939      +/-   ##
==========================================
- Coverage   85.23%   85.19%   -0.04%     
==========================================
  Files         152      154       +2     
  Lines       18962    18987      +25     
==========================================
+ Hits        16162    16176      +14     
- Misses       2800     2811      +11     
Impacted Files Coverage Δ
panel/tests/io/bk_app.py 0.00% <0.00%> (ø)
panel/tests/io/panel_app.py 0.00% <0.00%> (ø)
panel/io/server.py 67.01% <100.00%> (+1.29%) ⬆️
panel/tests/test_server.py 100.00% <100.00%> (ø)
panel/widgets/tables.py 84.60% <0.00%> (-0.03%) ⬇️
panel/tests/test_param.py 99.87% <0.00%> (-0.01%) ⬇️
panel/models/vtk.py 98.43% <0.00%> (ø)
panel/pane/plotly.py 89.14% <0.00%> (ø)
panel/tests/widgets/test_slider.py 100.00% <0.00%> (ø)
... and 6 more

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 a60e1b2...98945f4. Read the comment docs.

panel/io/server.py Outdated Show resolved Hide resolved
@philippjfr philippjfr merged commit 588f074 into master Feb 1, 2021
@philippjfr philippjfr deleted the enable-serving-bokeh-apps branch February 1, 2021 15: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.

2 participants