[IPython-dev] How to programatically check if the ipython notebook is installed and working?

Thomas Kluyver takowl at gmail.com
Fri Jun 20 19:39:45 EDT 2014


On 20 June 2014 16:29, Jason Moore <moorepants at gmail.com> wrote:

> Is there an easy way to check if the ipython notebook is installed? I know
> how to check if IPython is installed (try: import IPython) but not quite
> sure how to check if the notebook is fully installed.


There's no official API to check that, but if you can import
IPython.html.notebookapp, you've probably got all the necessary
dependencies.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140620/7e01b796/attachment.html>


More information about the IPython-dev mailing list