nwhitehead / pineapple

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

No response when access submenus #21

Closed xiaoweiz closed 8 years ago

xiaoweiz commented 8 years ago

The items with more options in the dropdown menu do not seem work. For instance, in the following screenshot, I can use Down Arrow to navigate to "cell type" and then it's kind of "forzen" there. I can't expand more options using Right Arrow or Return. I can't move further down to "Current Output" using Down Arrow, either. screen shot 2015-09-17 at 9 33 50 am

If I use mouse to click "Cell Type", the submenu will pop up and vanish immediately. There's even no time for a screenshot.

I first noticed the behaviour with Pineapple 0.6 and the recent 0.7 doesn't fix it. The issue has been replicated on at least two Mac machines with Yosemite OSX.

nwhitehead commented 8 years ago

That doesn't look right, the header, menu, and toolbar should be disabled inside the page. The intention is that you use the Mac menubar and the toolbar in the window itself (the colorful one).

If you are using a prebuilt release let me know so I can fix it.

If you are building from source then I think I know the issue. You need to do a "make install-custom" step to copy the custom.css and theme files into the right area. The cmake file is not great about doing all the correct dependencies automatically.

xiaoweiz commented 8 years ago

I was using the prebuilt release.

nwhitehead commented 8 years ago

Do you get the header/menubar/toolbar in all the released 0.7.4 versions?

On Wed, Sep 16, 2015 at 7:50 PM, xiaoweiz notifications@github.com wrote:

I was using the prebuilt release.

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

xiaoweiz commented 8 years ago

Right, all the four variants.

nwhitehead commented 8 years ago

Could you run this in a cell and let me know what you get:

import sys print(sys.version) print(sys.path)

On Thu, Sep 17, 2015 at 9:47 AM, xiaoweiz notifications@github.com wrote:

Right, all the four variants.

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

xiaoweiz commented 8 years ago
screen shot 2015-09-18 at 1 24 34 am
nwhitehead commented 8 years ago

That's weird, I'm not sure how it is getting the anaconda version of Python. I need to look into that more.

One thing to try is to backup and then delete all your local IPython/Jupyter configuration files. This is directories like ~/Library/Jupyter, ~/.jupyter, ~/.ipython.

xiaoweiz commented 8 years ago

Removing these folders solves the problem!

mangecoeur commented 8 years ago

Just to say I also have this issue, though I'm not willing to delete my local config files though since i need the regular ipython for work to see if it changes things...

nwhitehead commented 8 years ago

With the latest changes, Pineapple uses different configuration directories than any previous install of Jupyter/IPython. If you see the same problems in later releases go ahead and reopen this issue or file a new one.