Awhile ago I updated IPython to Jupyter 4.0 (#9254). This also affected ihaskell since it should depend now on one of the jupyter packages instead of ipython, which since 4.0 only provides the Python engine. See also #10074 for a related issue.
On Mon, Sep 28, 2015 at 6:05 AM, Ruben Astudillo <[email protected]> wrote: > Hi all > > I was trying to play a little with ihaskell. So I launched a nix-shell > like this > > nix-shell -p pypyPackages.ipython \ > pypyPackages.ipython_genutils \ > pypyPackages.jupyter_client \ > pypyPackages.jupyter_core \ > haskellPackages.ihaskell > > To set up the correct environment. With it `ihaskell install` runs > correctly and `jupyter kernelspec list' shows "Available kernels: > haskell". But running "jupyter notebook" "jupyter qtconsole" "ipython > notebook" returns saying that such command is not found. > > I am missing something? considering I haven't used ipython/jupyter > before. Any help is welcome. > > > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
