Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Cell Does not Work #3447

Closed
tntmatthews opened this issue Jun 19, 2013 · 4 comments
Closed

Run Cell Does not Work #3447

tntmatthews opened this issue Jun 19, 2013 · 4 comments
Milestone

Comments

@tntmatthews
Copy link

Executing code does not provide results when executing a single or all cells. This problem appeared after pulling from master (for the first time in two months). Cell label changes to In [*] without any results. Likely a config problem which I don't know how to debug.

Ubuntu 12.04.1 LTS
Firefox 17.0.1

@ivanov
Copy link
Member

ivanov commented Jun 19, 2013

are there any errors reported by the servers? The first thing to do would be to run python setup.py submodule which should set up and update the submodules IPython now uses for the static components

@tntmatthews
Copy link
Author

Thanks. Ok, it must be related to the organizational changes you mention which I know little about.

The server does not produce anything surprising (from my limited viewpoint). I am not getting a Warning about about "Invalid Cookie signature"; but, I think this is unrelated. I launched with --debug and I don't see anything when the cell run is clicked (or Ctrl-Enter is entered). Would you expect debug output for the cell run?

I ran the setup.py submodule again with the following output resulting

BUILDING IPYTHON
python: 2.7.3 (default, Aug 1 2012, 05:16:07) [GCC 4.6.3]
platform: linux2

OPTIONAL DEPENDENCIES
sphinx: 1.1.2
pygments: 1.4
nose: 1.1.2
pexpect: 2.3
pyzmq: 2.1.11
readline: yes
running submodule
git submodule init
Submodule 'components' () registered for path 'IPython/frontend/html/notebook/static/components'

git submodule update --recursive

Seems okay I guess.

Thanks!

@ivanov
Copy link
Member

ivanov commented Jun 20, 2013

can you hop over to the IPython Help chat and I can try to help you there?

@ivanov
Copy link
Member

ivanov commented Jun 20, 2013

While chatting, Todd and I confirmed that this was a bug that was specific to Firefox, and it did not appear in Chrome. @tntmatthews: could you test out #3453 to see if that fixes the issue for you and report the results there?

@ivanov ivanov closed this as completed in 81a88be Jun 21, 2013
minrk added a commit that referenced this issue Jun 21, 2013
fix websocket connection in old Firefox

location.origin is a too recent addition.

closes #3447
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
location.origin is specific to WebKit only. The fix is to use a
combination of location.protocol and location.host
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
fix websocket connection in old Firefox

location.origin is a too recent addition.

closes ipython#3447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants