question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Javascript Error: property Grid.axis wasn't declared

See original GitHub issue

Hi,

I have just installed bokeh 2.0.2 with pip install bokeh.

When I run:

from bokeh.io import output_notebook
output_notebook()

either it takes a long time (message: Loading BokehJS), or I get BokehJS 1.2.0 successfully loaded., but from my understanding it should load a more recent version

If I run a simple visualization taken from an example, I get: Javascript Error: property Grid.axis wasn't declared

Any suggestions on how I can get started with bokeh? Thanks!!!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sbonaretticommented, May 21, 2020

Done! Thanks!

0reactions
JonathanAldridgecommented, Mar 1, 2021

For anyone else who runs across this. When I got this, it was due to a mismatch in the Bokeh PYTHON version and the Bokeh Javascript library version. (I was running a new version of Python/Bokeh, but was still embedding the graph into an old page that was loading an old Bokeh Javascript library.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Javascript Error: property Grid.axis wasn't declared
Hi,. I have just installed bokeh 2.0.2 with pip install bokeh . When I run: from bokeh.io import output_notebook output_notebook().
Read more >
Bokeh Uncaught Error: property wasn't declared
It works fine on LocalHost. Now that it is deployed, it throws up this error. I tried to read through the JS file...
Read more >
Bokeh 2.0 potentially broken in Streamlit
[bokeh] JS/Python version mismatch [bokeh] Library versions: JS ... error log in the debug view : Error: property Grid.axis wasn't declared.
Read more >
Bokeh Map not displaying - JavaScript Error - BinderHub
When I attempt to run my notebook the map (bokeh plot) no longer displays on Binder but it does on my local machine...
Read more >
grid - CSS: Cascading Style Sheets - MDN Web Docs
The grid CSS property is a shorthand property that sets all of the explicit and implicit grid properties in a single declaration.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found