i dont see any output in jupyter notebook
I installed ijavascript but its not working its showing in jupyter lab and i dont see any output in jupyter notebook What i should do
What do you see? What did you run? How did you install IJavascript?
by npm install -g ijavascript and ijsinstall
I saw kernel not connecting not working
i run console.log("hi");




Thank you for all the logs. That helps.
It looks like there was a problem during the installation of ijavascript.
Please, could reinstall ijavascript and see if it prints out any errors?
npm uninstall -g ijavascript
npm install -g ijavascript

Tell what to do next
Oh! That looks like issue #255. The latest release of IJavascript (v2.5.1) should've fixed it.
What do you get when you run ijsinstall --version?