ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
633 stars 362 forks source link

help still refer to `ipython kernel install` #183

Open Carreau opened 8 years ago

Carreau commented 8 years ago

And ipython-kernel-install does not point to python -m ipykernel install, though the docs ask to use it.

Having consistent information would be helpful.

minrk commented 8 years ago

ipython kernel install works and continues to be correct. ipython kernel and python -m ipykernel are equivalent, including subcommands passed to them. It's analogous to when one would use pip vs python -m pip.

I agree that we should be more careful and consistent.