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

Bokeh Reference Example not working #2191

Closed
MarcSkovMadsen opened this issue Apr 16, 2021 · 1 comment · Fixed by #2214
Closed

Bokeh Reference Example not working #2191

MarcSkovMadsen opened this issue Apr 16, 2021 · 1 comment · Fixed by #2214
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@MarcSkovMadsen
Copy link
Collaborator

I am deploying the current master branch (copied to a branch called binder) to work on Binder.

The Bokeh Reference example is not interactive and I get errors in the console.

bokeh-reference-not-working.mp4

Try it out https://mybinder.org/v2/gh/holoviz/panel/binder?urlpath=lab/tree/examples/reference/panes/Bokeh.ipynb

VM504:328 Uncaught TypeError: Cannot read property 'connect' of undefined
    at l.connect (<anonymous>:328:1825)
    at l._update_property_callbacks (<anonymous>:366:1720)
    at l.connect_signals (<anonymous>:366:514)
    at Function._initialize_references_json (<anonymous>:313:6152)
    at Function.from_json (<anonymous>:313:8541)
    at Object.t.embed_items_notebook (<anonymous>:737:2437)
    at embed_document (<anonymous>:5:22)
    at <anonymous>:8:5
    at <anonymous>:24:3
    at t.attachWidget (jlab_core.61e1fcd0f32a80614a78.js:2)
connect @ VM504:328
_update_property_callbacks @ VM504:366
connect_signals @ VM504:366
_initialize_references_json @ VM504:313
from_json @ VM504:313
t.embed_items_notebook @ VM504:737
embed_document @ VM782:5
(anonymous) @ VM782:8
(anonymous) @ VM782:24
t.attachWidget @ jlab_core.61e1fcd0f32a80614a78.js:2
t.insertWidget @ jlab_core.61e1fcd0f32a80614a78.js:2
_insertOutput @ jlab_core.61e1fcd0f32a80614a78.js:2
onModelChanged @ jlab_core.61e1fcd0f32a80614a78.js:2
m @ jlab_core.61e1fcd0f32a80614a78.js:2
l @ jlab_core.61e1fcd0f32a80614a78.js:2
e.emit @ jlab_core.61e1fcd0f32a80614a78.js:2
_onListChanged @ jlab_core.61e1fcd0f32a80614a78.js:2
m @ jlab_core.61e1fcd0f32a80614a78.js:2
l @ jlab_core.61e1fcd0f32a80614a78.js:2
e.emit @ jlab_core.61e1fcd0f32a80614a78.js:2
push @ jlab_core.61e1fcd0f32a80614a78.js:2
_add @ jlab_core.61e1fcd0f32a80614a78.js:2
add @ jlab_core.61e1fcd0f32a80614a78.js:2
_onIOPub @ jlab_core.61e1fcd0f32a80614a78.js:2
_handleIOPub @ jlab_core.61e1fcd0f32a80614a78.js:2
async function (async)
_handleIOPub @ jlab_core.61e1fcd0f32a80614a78.js:2
handleMsg @ jlab_core.61e1fcd0f32a80614a78.js:2
_handleMessage @ jlab_core.61e1fcd0f32a80614a78.js:2
(anonymous) @ jlab_core.61e1fcd0f32a80614a78.js:2
Promise.then (async)
C._onWSMessage @ jlab_core.61e1fcd0f32a80614a78.js:2
VM504:668 Uncaught (in promise) TypeError: Cannot read property 'layout' of undefined
    at <anonymous>:668:6796
    at R._invalidate_layout (<anonymous>:668:6892)
    at R.paint (<anonymous>:668:9902)
    at R.repaint (<anonymous>:668:9416)
    at <anonymous>:668:2471
    at l (<anonymous>:669:172)
@MarcSkovMadsen MarcSkovMadsen added the TRIAGE Default label for untriaged issues label Apr 16, 2021
@philippjfr philippjfr added type: bug Something isn't correct or isn't working and removed TRIAGE Default label for untriaged issues labels Apr 16, 2021
@philippjfr
Copy link
Member

I had no issues with that example when I used your binder link just now. Just the last example (under controls) is broken for me presumably because it's trying to jslink a property that doesn't exist.

@philippjfr philippjfr added this to the v0.11.4 milestone Apr 16, 2021
This was referenced Apr 18, 2021
@philippjfr philippjfr modified the milestones: v0.11.4, v0.12.0 Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants