Python Forum
plotly.graph_objs - Scatter mode error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plotly.graph_objs - Scatter mode error
#5
The version of plotly that you're using requires ipwidgets 7.5 (which you haveinstalled) and jupyterlab 1.2
Quote:JupyterLab Support (Python 3.5+)

For use in JupyterLab, install the jupyterlab and ipywidgets packages using pip...

pip install jupyterlab==1.2 "ipywidgets==7.5"
you're running jupyterlab 2.0.1. I can't say if that's a problem, but needs looking into.
perhaph there's mor on the github repository here: https://plot.ly/python/

also was built for python 3.7.1, but is probably ok if your version is newer.
you can tell from commandline (arg is capital V):
python -V
Reply


Messages In This Thread
RE: plotly.graph_objs - Scatter mode error - by Larz60+ - Mar-16-2020, 11:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Shocked plt.scatter() errors asja2010 0 1,578 Oct-13-2022, 08:15 AM
Last Post: asja2010
  binning_endpoints ->plotly Luis_liverpool 0 900 Aug-09-2022, 10:13 AM
Last Post: Luis_liverpool
  How to invert scatter plot axis Mark17 3 2,629 Sep-22-2021, 04:45 PM
Last Post: jefsummers
  things that work in terminal mode but not in sublime mode alok 4 2,947 Aug-11-2021, 07:02 PM
Last Post: snippsat
  plotly expression problem Visiting 2 2,047 May-16-2021, 12:28 AM
Last Post: Visiting
  Animated scatter plot maximan 0 1,677 Jan-18-2021, 03:53 PM
Last Post: maximan
  Group scatter plots Mekala 0 1,689 Jul-23-2020, 02:18 PM
Last Post: Mekala
  error while running in debug mode ModuleNotFoundError avipy123 0 2,675 Jul-14-2020, 02:05 PM
Last Post: avipy123
  how to nest loop for 4*4 scatter plot kassamohammed 0 2,607 Jun-23-2020, 09:47 AM
Last Post: kassamohammed
  How to create Custom Buttons for 3D Scatter plots in Plotly? yourboyjoe 0 2,181 Jun-01-2020, 10:58 PM
Last Post: yourboyjoe

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020