[IPython-dev] Using virtualenvs as kernels for Jupyter
MinRK
benjaminrk at gmail.com
Mon Aug 25 12:40:36 EDT 2014
Aron Ahmadia has an extension (thisworks
<https://github.com/ahmadia/thisworks>) that ensures dependencies are
installed, and if not, creates a new hashdist and relaunches a notebook
server in the environment with all of the dependencies installed.
On Mon, Aug 25, 2014 at 5:55 AM, Matthias Bussonnier <
bussonniermatthias at gmail.com> wrote:
>
> Le 25 août 2014 à 14:45, Paddy Mullen a écrit :
>
> > Would it make sense to give notebooks a preamble cell where the notebook
> could check that all of its required dependencies are installed. I guess
> this could be done by convention. Notebooks could also include a
> dependency list in requirements.txt or conda.yaml or a docker file, but the
> installation of those venvs is left as an implementation detail.
>
> This as already been discusses here and there on the mailing list,
> and we had decided that this is outside of IPython scope.
>
> Konrad Hinsen have done Active Paper which is meant to improve things like
> that.
>
> Everything is an implementation detail !
> --
> M
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140825/6515c554/attachment.html>
More information about the IPython-dev
mailing list