Jake VanderPlas 12/5/2017

Installing Python Packages from a Jupyter Notebook

Read Original

This article addresses the common problem of installing Python packages that are not importable in Jupyter Notebooks. It explains the root cause—disconnected kernels and shell environments—and provides quick fixes using pip and conda. It also delves into the technical background of Jupyter's abstractions and suggests potential improvements for the ecosystem.

Installing Python Packages from a Jupyter Notebook

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week