[IPython-dev] [ANN] Released IPython 4.0, completing The Big Split
Paul Moore
p.f.moore at gmail.com
Mon Aug 17 08:30:17 EDT 2015
On 12 August 2015 at 05:30, David Powell
<DavidAnthonyPowell+python at gmail.com> wrote:
> Great news, and thanks for the hard work.
>
> I just used pip to upgrade my Windows conda based installation. One thing I
> noticed is that all of the jupyter scripts are python files without
> extensions, rather than windows .exe files. So "jupyter notebook" does not
> work from the command line. However "ipython notebook" works just fine, as
> there is a new ipython.exe in my scripts folder.
>
> Should the installer be creating this .exe file? If it's a bug, to which
> repo(s) should it be reported? It's not so clear after the big split.
(Disclaimer - I've not tried the new version yet) I would have
expected the jupyter command to be a setuptools entry point, so that
exe wrappers would be generated automatically.
That appears to be the case (from
https://github.com/jupyter/jupyter_core/blob/master/setup.py#L71) so
maybe there's something going wrong in your setup?
Paul
More information about the IPython-dev
mailing list