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

Fix support for copying cells and creating new views in JupyterLab #3652

Merged
merged 2 commits into from Jun 27, 2022

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Jun 27, 2022

Fixes holoviz/pyviz_comms#3

See bokeh/bokeh#12195 for more discussion

synced_views

@philippjfr philippjfr added type: bug Something isn't correct or isn't working component: model Related to a bokeh model labels Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #3652 (dc486b3) into master (33df87c) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3652      +/-   ##
==========================================
- Coverage   82.32%   82.29%   -0.03%     
==========================================
  Files         205      205              
  Lines       27893    27887       -6     
==========================================
- Hits        22963    22950      -13     
- Misses       4930     4937       +7     
Impacted Files Coverage Δ
panel/io/callbacks.py 75.19% <0.00%> (-2.50%) ⬇️
panel/io/reload.py 69.56% <0.00%> (-2.18%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/util.py 85.60% <0.00%> (-0.38%) ⬇️
panel/io/server.py 76.35% <0.00%> (-0.21%) ⬇️
panel/io/state.py 68.05% <0.00%> (-0.20%) ⬇️
panel/pane/idom.py 28.36% <0.00%> (+0.19%) ⬆️

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 33df87c...dc486b3. Read the comment docs.

@philippjfr philippjfr merged commit aff35e4 into master Jun 27, 2022
@philippjfr philippjfr deleted the fix_nb_copy_cell branch June 27, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: model Related to a bokeh model type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

output_view does not work
1 participant