Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-4684

Unable to use plotly in IPython interpreter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.0
    • None
    • python
    • None

    Description

      import plotly.graph_objects as go
      fig = go.Figure(data=go.Bar(y=[2, 3, 1]))
      fig.show() 
      

      I see the following error in chrome

      
      vendor.f209b9124a2273d7.js:355 Uncaught Error: Cannot find module 'plotly'
          at e (vendor.f209b9124a2273d7.js:355)
          at <anonymous>:2:17
          at c (vendor.f209b9124a2273d7.js:19)
          at J (vendor.f209b9124a2273d7.js:19)
          at ya.fn.init.append (vendor.f209b9124a2273d7.js:30)
          at ya.fn.init.<anonymous> (vendor.f209b9124a2273d7.js:30)
          at Na (vendor.f209b9124a2273d7.js:29)
          at ya.fn.init.html (vendor.f209b9124a2273d7.js:30)
          at result.controller.js:475
          at J (result.controller.js:452) 

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            zjffdu Jeff Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: