-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support IPython 2 #12
Comments
I'm quite happy with you stealing my changes. The startup script is because we have a config.py that gets loaded in our environment and I need to load that in the test environment too (it contains just a single import in our case). |
Lovely. I'm working on setting up tox for py2/3 and ipy2/3/4, so this is As to the config, i'm happy to bring in something like that (on another On Mon, Apr 13, 2015 at 1:16 PM, Graham Wheeler [email protected]
|
Thanks muchly. We're in a bit of a crunch right now so I haven't had a chance to test but should get to it by next week. |
IPython 2.0 will be around for a while (RHEL, etc), and there are lots of v3 notebooks out there, just waiting to become tests. Supporting these looks not crazy.
requirements.txt
@gramster how would you feel about either me stealing your changes related to this, or you working up a PR? Regarding that change: the startup script stuff seems a bit odd: how do you generate a known good notebook if something else has to happen to get the right output?
The text was updated successfully, but these errors were encountered: