Re: Status of ipython-qtconsole

2016-06-11 Thread Gordon Ball
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  :)
> 



Re: Status of ipython-qtconsole

2016-05-21 Thread Julien Cristau
On Thu, May 19, 2016 at 18:53:29 +, PICCA Frederic-Emmanuel wrote:

> Hello,
> 
Hi Frederic-Emmanuel,

> I saw that a bunch of jupyter projects were uploaded into experimental.
> It would be nice to have also the qtconsole part.
> 
> I would like to know if there is already an effort in order to package the 
> current
> ipython-qtconsole.
> 
> I would be glade to help package this module.
> 
> One of my package (spyder) depends on this module
> 
Not as far as I know.  I'd be happy to review a package if that would
help.

Cheers,
Julien



Status of ipython-qtconsole

2016-05-19 Thread PICCA Frederic-Emmanuel
Hello,

I saw that a bunch of jupyter projects were uploaded into experimental.
It would be nice to have also the qtconsole part.

I would like to know if there is already an effort in order to package the 
current
ipython-qtconsole.

I would be glade to help package this module.

One of my package (spyder) depends on this module

Cheers

Frederic