Re: [spyder] Use Spyder like IPython Notebook through server connection

2016-05-31 Thread Stevem
Hi, Under windows, I have a Linux Docker when IPython is runnin on this IP: http://192.168.99.100:/tree# The %connect_info gives: { "stdin_port": 40293, "ip": "127.0.0.1", "control_port": 44411, "hb_port": 48341, "signature_scheme": "hmac-sha256", "key":

Re: [spyder] Use Spyder like IPython Notebook through server connection

2016-05-31 Thread Stevem
Thank you Carlos. How can give contribution to your support in Spyder ? On Monday, May 23, 2016 at 12:09:56 AM UTC+9, Carlos Córdoba wrote: > > Hi, > > Every notebook has an associated kernel to which you can connect to. To > get the kernel information you need to evaluate the following code in

Re: [spyder] Use Spyder like IPython Notebook through server connection

2016-05-20 Thread Stevem
Hi, I have on my browser Jupyter Notebook server enabled: http://192.168.99.101:/ i tried to copy paste this into Spyder Kernal, it seems not working, how can I do ? Thanks, regards > > On Saturday, May 14, 2016 at 5:15:55 AM UTC+9, Carlos Córdoba wrote: >> >> Hi, >> >> There's a way

Re: [spyder] Use Spyder like IPython Notebook through server connection

2016-05-16 Thread Stevem
Hello Carlos, Thank you for answer. Many people are using IPython notebook as a a front end for Python for their computations. I was very surprised that little know about Spyder, even they are professionnal in python... Maybe, Ipython should be effort to open Ipython communication API ?

Re: [spyder] Use Spyder like IPython Notebook through server connection

2016-05-13 Thread Carlos Córdoba
Hi, There's a way to connect to a remote IPython console through ssh. For that you need to go to: Consoles > Connect to an existing kernel and pass to that dialog your user name, ip or remote machine name and your password. There are some limitations with this functionality though: