-
Notifications
You must be signed in to change notification settings - Fork 285
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
instructions for installing jupyter notebook extensions fail with error message: Unrecognized flag: '--py' #441
Comments
Hi Mike, |
Ah, makes sense. Thanks for the reply. I'll keep an eye out for when version 4.5 makes it into the Canopy package manager, which currently only has version 4.4.3. @kitchoi Silly question, are Mayavi animations (e.g., created with the |
@mikeroberts3000 -- actually, if you do not run
and it should work and pull the JS files from the internet. |
@mikeroberts3000 -- to answer your question on the animate decorator, yes it should work on the notebook. However, it will produce meaningful output only if screenshots are properly generated in offscreen mode -- unfortunately this is often tricky and platform/build dependent. |
@mikeroberts3000 -- I am terribly sorry, I got all confused with the jupyter version and the mayavi version. Indeed you need mayavi-4.5.0 for the new |
Hello,
The instructions for installing the jupyter notebook extensions for Mayavi (listed at http://docs.enthought.com/mayavi/mayavi/tips.html) are to type the following shell command:
Doing so yields the following error on my system:
I have jupyter 4.1.0 installed (verified by typing
jupyter --version
on the command line) and Mayavi 4.2.0 installed (verified by runningimport mayavi; print mayavi.__version__;
from within a python session).The text was updated successfully, but these errors were encountered: