Coder Social home page Coder Social logo

Comments (6)

sloria avatar sloria commented on May 16, 2024 1

This is now fixed in 3.0.0

from doitlive.

sloria avatar sloria commented on May 16, 2024

Can you verify that doitlive is installed in the same virtualenv as IPython? which doitlive and which ipython should return paths that are in the same directory.

from doitlive.

rplevka avatar rplevka commented on May 16, 2024

@sloria, thanks for the reply. I didn't use the virtualenv so they were in the same env.
I better tried to use virtualenv and also faced the same issue:

(doitlive) [ rplevka@localhost:/tmp ]$ which doitlive
~/.virtualenvs/doitlive/bin/doitlive
(doitlive) [ rplevka@localhost:/tmp ]$ which python
~/.virtualenvs/doitlive/bin/python
(doitlive) [ rplevka@localhost:/tmp ]$ which ipython
~/.virtualenvs/doitlive/bin/ipython

from doitlive.

axocomm avatar axocomm commented on May 16, 2024

In case it helps at all, I'm seeing this as well with IPython 5.x (Python 2.7.13, OS X 10.10.5). 4.2.1 (and several 4.x versions at least; haven't gone too far back) seems to be alright.

Oddly enough, I'm getting complaints about ModuleNotFoundError: No module named 'IPython.utils.warn' trying to test Python 3.6.0/IPython 6.2.1. This seems to be nonexistent in IPython 6.2.1 (removed in commit 8be861c, seemingly in favor of python's own warnings module). After removing the import and call to warn to get it to run (PR here), I'm seeing the same thing, unfortunately.

from doitlive.

sloria avatar sloria commented on May 16, 2024

@axocomm is correct; only IPython<5.0 is supported at the moment. Newer versions of IPython rely on prompt_toolkit, which complicates integration with doitlive.

I would welcome any help getting the code up-to-date with newer versions of IPython!

from doitlive.

sloria avatar sloria commented on May 16, 2024

I've got a decent start on this. Will have a WIP PR up soon.

from doitlive.

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.