Coder Social home page Coder Social logo

Comments (8)

minrk avatar minrk commented on July 26, 2024

We'll need to change how the InProcessKernel works so that it properly responds to is_complete_requests.

from qtconsole.

minrk avatar minrk commented on July 26, 2024

Needs a patch in a few places, but should work after #33 and a couple patches to client and inprocess.

Boy, do I wish inprocess were its own repo...

from qtconsole.

johnw3d avatar johnw3d commented on July 26, 2024

The current master (4.1.0.dev) with the above patch doesn't seem to resolve this issue, I'm still getting msg timeouts and no completion-checking. Or do I need to get the latest dev version of the rest of jupyter?

from qtconsole.

minrk avatar minrk commented on July 26, 2024

It will require a release of ipykernel and jupyter-client before this is fully resolved.

from qtconsole.

rabryan avatar rabryan commented on July 26, 2024

Yeah, I installed the latest master of ipykernel and jupyter-client and
everything works as expected.

On Sat, Sep 26, 2015 at 10:38 AM, johnw3d [email protected] wrote:

The current master (4.1.0.dev) with the above patch doesn't seem to
resolve this issue, I'm still getting msg timeouts and no
completion-checking. Or do I need to get the latest dev version of the rest
of jupyter?


Reply to this email directly or view it on GitHub
#32 (comment).

Richard A Bryan
[email protected]

404.939.3821 (google voice)
404.578.2121 (cell)

from qtconsole.

minrk avatar minrk commented on July 26, 2024

I'll try to remember to ping this issue when there's been a release of everything with the necessary fixes (I wouldn't count on me to remember, though). 4.1 of each should do it.

from qtconsole.

chadawagner avatar chadawagner commented on July 26, 2024

Seems to still be an issue for me, with jupyter-client and ipykernel both 4.1.1. Is there anything else I should update?

from qtconsole.

chrisgee avatar chrisgee commented on July 26, 2024

Hey, I am on

certifi-2016.2.28 ipykernel-4.3.1 jupyter-client-4.2.2 jupyter-console-4.1.1 jupyter-core-4.1.0 mistune-0.7.2 notebook-4.1.0 pygments-2.1.3 pyzmq-15.2.0 qtconsole-4.2.0 terminado-0.6 ipython-4.1.2

and seeing similar things in qtconsole. as for example


Jupyter QtConsole 4.2.0
Python 2.7.11 (default, Dec 26 2015, 17:47:15)
Type "copyright", "credits" or "license" for more information.

IPython 4.1.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.

In [1]: from sympy import init_printing, init_session

In [3]: init_session()
IPython console for SymPy 1.0 (Python 2.7.11-64-bit) (ground types: python)

These commands were executed:

from future import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)
init_printing()

Documentation can be found at http://docs.sympy.org/1.0/

In [4]: f = sin(x)/x

In [5]: f.series()
Out[5]:

In [5]:

In [6]: integrate(f,x)
Out[6]:

In [7]: f.series()
...:
...:
Out[7]:


I was hitting tab once on the way.

from qtconsole.

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.