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

Attempt rendering even if not all dependencies could be loaded #4893

Merged
merged 1 commit into from
May 19, 2023

Conversation

philippjfr
Copy link
Member

In the notebook we always check that all the required dependencies were loaded correctly. This makes sense but if we reach the timeout and Bokeh and Panel are loaded we should just go ahead and try to render anyway since not all output will require all JS dependencies and some output >>> no output.

@philippjfr philippjfr added this to the v1.0.2 milestone May 19, 2023
@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Merging #4893 (4b3f871) into main (c597f60) will increase coverage by 10.05%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #4893       +/-   ##
===========================================
+ Coverage   73.36%   83.41%   +10.05%     
===========================================
  Files         270      270               
  Lines       38138    38138               
===========================================
+ Hits        27981    31814     +3833     
+ Misses      10157     6324     -3833     
Flag Coverage Δ
ui-tests 40.87% <ø> (?)
unitexamples-tests 73.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 56 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 8f864a4 into main May 19, 2023
@philippjfr philippjfr deleted the render_if_undefined branch May 19, 2023 16:52
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.

1 participant