nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
352 stars 26 forks source link

there appears to be a problem connecting to the local computation server #13

Closed duobei closed 9 years ago

duobei commented 9 years ago

1 pic_hd

And I have runned the iPython notebook local.

2 pic_hd

Are there docs about how to use pineapple?

nwhitehead commented 9 years ago

Hi Peter,

The basic idea is that you should be able to start Pineapple and it just shows up a notebook with nothing else required. One problem is if you are already running a server on port 8888, then Pineapple will try to use that port and fail. I'm working on a fix to make Pineapple choose a different port. For now, you need to turn off any servers on 8888 (including any other instances of IPython/Jupyter). Then run Pineapple and hopefully it should work.

If it still doesn't work, you can try going into Terminal and typing:

/Applications/Pineapple.app/Contents/MacOS/Pineapple

That will run it and let you see debugging messages as it tries to start.

Best,

Nathan

On Sun, Sep 6, 2015 at 7:06 PM, Peter notifications@github.com wrote:

[image: 1 pic_hd] https://cloud.githubusercontent.com/assets/926853/9707969/b019e888-5547-11e5-873a-086340ca00a8.jpg

And I have runned the iPython notebook local.

[image: 2 pic_hd] https://cloud.githubusercontent.com/assets/926853/9707989/05fe8312-5548-11e5-892d-2c59ab47c27f.jpg

Are there docs about how to use pineapple?

— Reply to this email directly or view it on GitHub https://github.com/nwhitehead/pineapple/issues/13.

duobei commented 9 years ago

@nwhitehead Thanks. It works.

nwhitehead commented 9 years ago

Awesome, good to hear it!

On Mon, Sep 7, 2015 at 7:18 PM, Peter notifications@github.com wrote:

@nwhitehead https://github.com/nwhitehead Thanks. It works.

— Reply to this email directly or view it on GitHub https://github.com/nwhitehead/pineapple/issues/13#issuecomment-138411315 .