SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.07k stars 211 forks source link

Error while installing kernel, if ignored it is not showing output #114

Open sharmila02 opened 3 years ago

sharmila02 commented 3 years ago

Installed java kernel into "C:\ProgramData\jupyter\kernels\java" C:\Users\kona_\Downloads\ijava-1.3.0\install.py:164: DeprecationWarning: replace is ignored. Installing a kernelspec always replaces an existing installation install_dest = KernelSpecManager().install_kernel_spec(

image I removed it and tried to install using the command jupyter kernelspec install --user java/

As given in this issue: https://github.com/SpencerPark/IJava/issues/92 For that kernel is not connecting.

Please help me to install this kernel

shapeofcode commented 2 years ago

As you see the log, look up line 164 and remove deprecated args that contains 'replace'