IJython
IJython copied to clipboard
Installing jython_kernel via PyPI does not add kernel to installed list
When installing using python3 -m pip install jython_kernel
, I do not see jython_kernel
showing when I do jupyter kernelspec list
, however python3 -m pip install git+https://github.com/suvarchal/IJython
works.