We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
It does work just fine in 'Jupiter notebook'
The text was updated successfully, but these errors were encountered:
Hello, did you manage to fix this issue? The same is happening with the pandas package
Sorry, something went wrong.
No branches or pull requests
I installed nbinteract with the following
requirements.txt file:
converted the .ipynb using the following command in the root folder containing the .ipynb + requirements.txt
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](https://user-images.githubusercontent.com/12704968/79287075-9b0e0880-7e90-11ea-8882-82f35d8a8baa.png)
It does work just fine in 'Jupiter notebook'
![Screen Shot 2020-04-14 at 8 44 22 PM](https://user-images.githubusercontent.com/12704968/79287130-c7298980-7e90-11ea-8d95-0c62b948de3e.png)
The text was updated successfully, but these errors were encountered: