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

SlickGrid - jQuery is not defined #5

Open
kaleming opened this issue Jan 23, 2023 · 1 comment
Open

SlickGrid - jQuery is not defined #5

kaleming opened this issue Jan 23, 2023 · 1 comment

Comments

@kaleming
Copy link

Hi, I installed bokehjs module on vuejs:

  • Installed BokehJS 2.4.3 using npm install @bokeh/[email protected]

  • In the module where I want to embed the Bokeh plot: import { embed } from '@bokeh/bokehjs';

  • To embed the plot after receiving a response from an Axios get request: embed.embed_item(response.data, 'myplot'); and include the JSX

    at the desired location.

However, I am getting this error on the browser:

ReferenceError: jQuery is not defined
    at node_modules/@bokeh/bokehjs/node_modules/@bokeh/slickgrid/slick.grid.js (slick.grid.js:19:11)
    at __require (chunk-HUBM7RA2.js?v=0bead79f:8:50)
    at node_modules/@bokeh/bokehjs/node_modules/@bokeh/slickgrid/index.js (index.js:4:20)
    at __require (chunk-HUBM7RA2.js?v=0bead79f:8:50)
    at data_table.js:5:35
@bryevdv
Copy link
Member

bryevdv commented Jan 23, 2023

cc @mattpap

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

No branches or pull requests

2 participants