Closed JulianTonti closed 9 years ago
--KernelManager.kernel_cmd
has been deprecated in IPython 3.0.0. This means that the Javascript kernel appears listed as Python 2
. I will look for a fix today.
Commit ba154a67bad312c15f02e2db670f9f8f68df8913 fixes this issue. I haven't released this commit to npm
yet. To install it in your machine, you'll have to clone the git repository:
git clone https://github.com/n-riesco/ijavascript.git
npm install -g ./ijavascript
Thanks Nicolas. Great work BTW, I poked around in your JS code and found it to be pleasantly clean and well structured. I approve!
sudo npm install -g ijavascript
--> no problemsijs
--> fires up IPython / Jupyter, but there is no JavaScript kernel listed in theNew -> Notebooks
dropdown menu./usr/local/lib/node_modules/ijavascript/bin/ijavascript.js
and addedconsole.log(config);
just before the spawn() -->(from http://ipython.org/ipython-doc/dev/development/kernels.html )
... but didn't find anything. Any suggestions?
[edit] fixed it by creating a kernel.json file as follows:
--KernelManager.kernel_cmd
parameter is not being picked up