nbinteract icon indicating copy to clipboard operation
nbinteract copied to clipboard

No module named nbinteract

Open tonyphoang-zz opened this issue 4 years ago • 1 comments

I installed nbinteract with the following

pip install nbinteract
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter nbextension enable --py --sys-prefix bqplot

requirements.txt file:

pandas==1.0.3
numpy==1.18.1
matplotlib==3.1.3
bqplot==0.11.0
nbinteract==0.2.5
ipyleaflet==0.12.3

converted the .ipynb using the following command in the root folder containing the .ipynb + requirements.txt

nbinteract init
nbinteract graph.ipynb

It converts to .html and when I try to open the .html file, I get this message (see attached image). Screen Shot 2020-04-14 at 8 39 41 PM

It does work just fine in 'Jupiter notebook' Screen Shot 2020-04-14 at 8 44 22 PM

tonyphoang-zz avatar Apr 15 '20 00:04 tonyphoang-zz

Hello, did you manage to fix this issue? The same is happening with the pandas package

CarolinaRVB avatar Aug 30 '22 16:08 CarolinaRVB