Skip to content
New issue

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

nbinteract-core:103 Error in kernel initialization :( #157

Open
avialxee opened this issue May 7, 2021 · 2 comments
Open

nbinteract-core:103 Error in kernel initialization :( #157

avialxee opened this issue May 7, 2021 · 2 comments

Comments

@avialxee
Copy link

avialxee commented May 7, 2021

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:

image

screenshot2:

image

@avialxee
Copy link
Author

avialxee commented May 8, 2021

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')

image
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 :(

@SamLau95
Copy link
Owner

Thanks for this, I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants