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

Add %install_ext magic function. #1419

Merged
merged 3 commits into from Mar 7, 2012
Merged

Conversation

takluyver
Copy link
Member

As I mentioned on #953, I think an %install_ext magic would make it easier to use extensions that aren't shipped with IPython. This adds that.

@minrk
Copy link
Member

minrk commented Mar 5, 2012

Sounds and looks good to me. Add a simple test that installs an extension into the temporary IPython dir?

@takluyver
Copy link
Member Author

Good point - in fact I couldn't see any tests for extensions at all, so I've made a test to install, load and unload a simple extension.

@minrk
Copy link
Member

minrk commented Mar 7, 2012

Great, thanks!

minrk added a commit that referenced this pull request Mar 7, 2012
Add %install_ext magic function

and associated extension-loading tests
@minrk minrk merged commit dbf3bdc into ipython:master Mar 7, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Add %install_ext magic function

and associated extension-loading tests
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

Successfully merging this pull request may close these issues.

None yet

2 participants