n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.18k stars 187 forks source link

[question] terminal support #79

Closed sibelius closed 7 years ago

sibelius commented 8 years ago

is this support terminal as well? like ipython?

$ ipython
In [1]: 

is there any solution that is as close to ipython on terminal for nodejs?

best

n-riesco commented 8 years ago

This should work:

jupyter console --kernel=javascript

provided IJavascript's kernelspec has already been installed. If it hasn't, then run:

ijs --ijs-install=local
shreevatsa commented 7 years ago

@n-riesco Could you add this to the documentation?

(Also perhaps a comparison between this and jupyter-nodejs, whose Readme page more prominently shows the example of the terminal usecase.)