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

Document address argument to pn.serve #1435

Merged
merged 4 commits into from
Jun 20, 2020
Merged

Document address argument to pn.serve #1435

merged 4 commits into from
Jun 20, 2020

Conversation

philippjfr
Copy link
Member

Fixes #1364

@philippjfr philippjfr force-pushed the document_address branch 2 times, most recently from 4188606 to 514f13c Compare June 20, 2020 14:02
@codecov
Copy link

codecov bot commented Jun 20, 2020

Codecov Report

Merging #1435 into master will decrease coverage by 0.01%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1435      +/-   ##
==========================================
- Coverage   87.90%   87.89%   -0.02%     
==========================================
  Files         135      135              
  Lines       14854    15071     +217     
==========================================
+ Hits        13057    13246     +189     
- Misses       1797     1825      +28     
Impacted Files Coverage Δ
panel/io/notebook.py 58.64% <0.00%> (ø)
panel/tests/test_server.py 100.00% <ø> (ø)
panel/io/server.py 62.63% <80.00%> (+0.06%) ⬆️
panel/viewable.py 69.77% <100.00%> (ø)
panel/config.py 40.72% <0.00%> (-5.81%) ⬇️
panel/tests/widgets/test_button.py 100.00% <0.00%> (ø)
panel/pipeline.py 89.40% <0.00%> (+0.83%) ⬆️
panel/links.py 85.56% <0.00%> (+1.05%) ⬆️
panel/widgets/button.py 85.71% <0.00%> (+2.38%) ⬆️
... and 1 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 c5d72bb...4915d9e. Read the comment docs.

@philippjfr philippjfr merged commit b258bd0 into master Jun 20, 2020
@philippjfr philippjfr deleted the document_address branch June 20, 2020 17:10
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.

Allow to set address with panel.serve
1 participant