

So about the setup, I have installed the anaconda distrib of ipython, pyzmq & tornado libraries. ImportError: No module named notebook.notebookapp Return self.initialize_subcommand(subc, subargv)įile "", line 2, in initialize_subcommandįile "/usr/local/lib/python2.7/dist-packages/traitlets-4.0.0-py2.7.egg/traitlets/config/application.py", line 418, in initialize_subcommandįile "build/bdist.linux-x86_64/egg/ipython_genutils/importstring.py", line 31, in import_item Return super(TerminalIPythonApp, self).parse_command_line(argv)įile "/usr/local/lib/python2.7/dist-packages/traitlets-4.0.0-py2.7.egg/traitlets/config/application.py", line 487, in parse_command_line Super(TerminalIPythonApp, self).initialize(argv)įile "/usr/local/lib/python2.7/dist-packages/ipython-4.0.0_dev-py2.7.egg/IPython/core/application.py", line 386, in initializeįile "/usr/local/lib/python2.7/dist-packages/ipython-4.0.0_dev-py2.7.egg/IPython/terminal/ipapp.py", line 297, in parse_command_line Return launch_new_instance(argv=argv, **kwargs)įile "/usr/local/lib/python2.7/dist-packages/traitlets-4.0.0-py2.7.egg/traitlets/config/application.py", line 591, in launch_instanceįile "/usr/local/lib/python2.7/dist-packages/traitlets-4.0.0-py2.7.egg/traitlets/config/application.py", line 75, in catch_config_errorįile "/usr/local/lib/python2.7/dist-packages/ipython-4.0.0_dev-py2.7.egg/IPython/terminal/ipapp.py", line 302, in initialize Today it's not launching anymore and I can't find much about this specific error I get: Traceback (most recent call last):įile "/usr/local/bin/ipython", line 9, in

A couple days ago, I did manage to get it to the point where it was launching but then was not able to access it via url.

We shall learn about line magic functions and cell magic functions in detail in subsequent chapters.I've been trying to setup an ipython server following several tutorials (since none was exactly my case).

Starting IPython from Command Prompt.īefore proceeding to understand about IPython in depth, note that instead of the regular >, you will notice two major Python prompts as explained below −
ANACONDA INSTALL IPYTHON_GENUTILS HOW TO
This chapter will explain how to get started with working on IPython. Setting IPython as Default Python Environment.
