jbesomi/texthero

no visualizations in notebook - plotly not loading

cwhatley opened this issue · 1 comments

Seeing the message below in the browser console. Is there an additional install step required for visualizations to work? Running Jupyter 6.1.4, py 3.7.9, plotly-4.12.0, texthero-1.0.9, MacOS Safari & Chrome browsers

lab:1 Uncaught ReferenceError: require is not defined
    at <anonymous>:1:17
    at PanelLayout.push.2DVW.PanelLayout.attachWidget (vendors~main.da7ea8d84638137e1aa6.js:18002)
    at PanelLayout.push.2DVW.PanelLayout.insertWidget (vendors~main.da7ea8d84638137e1aa6.js:17905)
    at OutputArea._insertOutput (vendors~main.da7ea8d84638137e1aa6.js:221973)
    at OutputArea.onModelChanged (vendors~main.da7ea8d84638137e1aa6.js:221793)
    at invokeSlot (vendors~main.da7ea8d84638137e1aa6.js:93342)
    at Object.emit (vendors~main.da7ea8d84638137e1aa6.js:93299)
    at Signal.push.JGtG.Signal.emit (vendors~main.da7ea8d84638137e1aa6.js:92982)
    at OutputAreaModel._onListChanged (vendors~main.da7ea8d84638137e1aa6.js:10684)
    at invokeSlot (vendors~main.da7ea8d84638137e1aa6.js:93342)

image

Hi @cwhatley, this is probably a Plotly issue and not a Texthero's code issue. Have a look there for a solution: Getting Started with Plotly - Jupyter Notebook Support.
Please do let me know if that work!