nbinteract
nbinteract copied to clipboard
nbinteract-core:103 Error in kernel initialization :(
Hey! I am using google colaboratory and VS code. 1 week ago I was able to execute nbinteract on the same code with success but for some reason I am getting this error now:
nbinteract-core:103 Error in kernel initialization :(
Is this compatibility issue? I got this error during installation on binder terminal:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.
This behaviour is the source of the following dependency conflicts.
nbclient 0.5.2 requires nbformat>=5.0, but you have nbformat 4.4.0 which is incompatible.
screenshot1:
screenshot2:
Hey! I discovered the only way to publish static file for me right now is through notebook, using command found in this repos Readme:
import nbinteract as nbi
nbi.publish('SamLau95/nbinteract-image/master', 'homepage.ipynb')
Note: make sure to remove manually the commands from ,html files
Just to be sure in CLI I used these commands in the same state of notebook after being able to generate .html files by previous method:
nbinteract SamLau95/nbinteract-image/master homepage.ipynb
nbinteract -s SamLau95/nbinteract-image/master homepage.ipynb
nbinteract homepage.ipynb -s SamLau95/nbinteract-image/master
Above three commands gave me same .html files with error:
Error in widget initialization :(
Thanks for this, I'll take a look.