On 11/06/16 17:45, PICCA Frederic-Emmanuel wrote:
> Hello Julien
>
>> Not as far as I know. I'd be happy to review a package if that would
>> help.
>
> I just pushed here my wip package
>
> git clone
> git+ssh://git.debian.org/git/python-modules/packages/python-qtconsole.git
>
> I have debian/TODO.org file where I put the remaining things to do.
>
> I would be glade if your could do a review (it si still work in progress)
> But this is my first package for python-modules
>
> Here the question which need to be answered before uploaded even to
> experimental
>
> * qtconsole provide jupyter-qtconsole
>
> - [ ] for python3 what is the right scheme
> jupyter-qtconsole3 or jupyter3-qtconsole
>
> the problem is that jupyter-core provide only jupyter and not jupyter3
> so for now if I start
> jupyter qtconsole it start a Python2 kernel
>
> with jupyter-qtconsole3 -> jupyter qtconsole3 -> Python3
> with jupyter3-qtconsole -> jupyter
>
I think in jupyter this is meant to be handled by the --kernel option - ie
jupyter qtconsole --kernel python2
jupyter qtconsole --kernel python3
given the existence of non-python kernels (irkernel, ihaskell, iruby,
ijavascript, etc...)
>
> Cheers,
> Fred
>
>
> Ps: I will add the -doc file :)
>