question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove %install_ext

See original GitHub issue

%install_ext is now deprecated. For 5.0 we can completely remove all reference of it.

(marking as sprint friendly)

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Carreaucommented, Aug 25, 2016

Just one aspect of install_ext isn’t covered: that extensions added via install_ext were available in all kernels, extensions added via pip/conda have to be added (and updated) in all individual kernels (I use envs as kernels and have a lot of them 😦)

You can use pip install --prefixwith the right things on your $PATH that will work covers this use case.

0reactions
takluyvercommented, Aug 26, 2016

With conda environments, pip install --user will work, because conda envs still see packages in your user site-packages (unless you’ve manually turned this off, as I have). If we keep adding ~/.ipython/extensions to sys.path for loading extensions, you could also pip install -t ~/.ipython/extensions.

I agree that it’s a bit inconvenient, but not enough to warrant making our own package manager.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Free and Full Download - Revo Uninstaller Pro
Free fully functional download of Revo Uninstaller Pro, Pro Portable and Revo Uninstaller Freeware. Quick and fast download here.
Read more >
Fix problems that block programs from being installed or ...
The Program Install and Uninstall troubleshooter helps you automatically repair issues when you're blocked from installing or removing programs.
Read more >
Remove Installer files - Network Performance Monitor (NPM)
I'm having a space issue on my system drive for the Main Poller/Core. I have found a large cache of files at C:\ProgramData\Solarwinds\Installers...
Read more >
Uninstall/Maintenance - Advanced Installer
How-to for configuring the maintenance and uninstall behavior of the package. ... How to forcefully remove an application that, for some reason, ...
Read more >
Download IObit Uninstaller 12 Free
The best uninstaller program: thoroughly uninstall and remove programs and ... Simply drag an APK file onto the APK Installer and it will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found