Git Product home page Git Product logo

Comments (6)

Carreau avatar Carreau commented on May 18, 2024

How did you install IPython notebook? Correctly done it should pull pyzmq/jinja/tornado etc... (and sudo is not alway required)

from ijulia.jl.

staticfloat avatar staticfloat commented on May 18, 2024

I installed by downloading the source tarball and running python setup.py install. In this case, sudo is required because my pip comes from the distribution python, which is installed to /usr and is owned by root. :/

from ijulia.jl.

Carreau avatar Carreau commented on May 18, 2024

It does though show optional dependencies

$ python setup.py install
============================================================================
BUILDING IPYTHON
                python: 2.7.5 (default, Jun  1 2013, 18:33:02)  [GCC 4.2.1
                        Compatible Apple LLVM 4.2 (clang-425.0.24)]
              platform: darwin

OPTIONAL DEPENDENCIES
                sphinx: 1.1.3
              pygments: 1.5
                  nose: 1.3.0
               pexpect: no (required for running standalone doctests)
                 pyzmq: 13.1.0   # <------------ pyzmq
               tornado: 3.0.1     # <--- needed for notebook
              readline: yes
                jinja2: 2.6  # <--- needed for notebook too

When installing IPython directly via pip as said in the doc it should pull what is needed if you specify that you want the notebook.

Problem is when you just do python setup.py install we can't guess which part of IPython you want to install.

from ijulia.jl.

staticfloat avatar staticfloat commented on May 18, 2024

I see. Maybe we should advertise pyzmq here then, alongside jinja2 and tornado?

from ijulia.jl.

pannag avatar pannag commented on May 18, 2024

Try uninstalling pyzmq first.

sudo pip uninstall pyzmq

And then install it again:

sudo pip install pyzmq

I had the same error as you and it worked for me.

from ijulia.jl.

defvol avatar defvol commented on May 18, 2024

If your working on a virtualenv try exiting and loading again.

E.g. using virtualenvwrapper

% deactivate
% workon IPython

from ijulia.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.