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

kitchen sink animations not working on Azure #86

Open
rjleveque opened this issue Jun 2, 2017 · 9 comments
Open

kitchen sink animations not working on Azure #86

rjleveque opened this issue Jun 2, 2017 · 9 comments

Comments

@rjleveque
Copy link
Member

@ketch: The ianimates in Kitchen_sink_problem.ipynb seem to produce empty axes. I haven't investigated...

@ketch
Copy link
Member

ketch commented Jun 6, 2017

They work fine for me (tested just now). Must be something that changed in your setup?

@maojrs
Copy link
Contributor

maojrs commented Jun 6, 2017

Having the same problem here, empty axes. I will try to look into it.

@ketch
Copy link
Member

ketch commented Jun 6, 2017

Maybe make sure you have updated visclaw. No idea if that's the cause, though.

@ketch
Copy link
Member

ketch commented Jun 6, 2017

Did they work for you in the past?

@maojrs
Copy link
Contributor

maojrs commented Jun 9, 2017

Just updated visclaw, same problem. Didn't try to run them in the past, so I am not sure if they worked before.

@rjleveque
Copy link
Member Author

For me it works locally, it's only on Azure that it seems broken.

But now when I tried it again I'm having problems installing clawpack on Azure. Can someone else try executing Install-packages.ipynb and then Kitchen_sink_problem.ipynb on Azure and see if you run into the same thing. This worked before...

https://notebooks.azure.com/rjleveque/libraries/riemann-book

@ketch
Copy link
Member

ketch commented Jun 15, 2017

Clawpack doesn't install correctly for me on Azure (I get "no module named clawpack" when I try to import it after installing).

@ketch
Copy link
Member

ketch commented Jun 15, 2017

I restarted the notebook and ran it again and it works now. And I do get blank animations in the Kitchen sink notebook. I suspect that this is simply because Azure and JSAnimation are not playing well together. Are there JSAnimations in other notebooks that work on Azure?

It's clear that PyClaw is running fine since the static plots of PyClaw simulation results show up correctly.

@rjleveque
Copy link
Member Author

Right, Clawpack can't be imported in the notebook used to do the installation or other notebooks already open (unless you restart the kernel).

JSAnimation does work in Introduction.ipynb on Azure -- change the import widgets statement to
from utils.jsanimate_widgets import interact to test.

@ketch ketch changed the title kitchen sink animations broken? kitchen sink animations not working on Azure Oct 18, 2017
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

3 participants