Git Product home page Git Product logo

Comments (5)

jasongrout avatar jasongrout commented on August 26, 2024 2

If you write such a thing, we're happy to answer questions, and if you want to open source the code, we'd love to see it!

from jupyter_server.

takluyver avatar takluyver commented on August 26, 2024

jupyter_client is a Python library for starting, stopping and communicating with Jupyter kernels. It interacts with kernels directly over zmq, however, not through the notebook server and websockets. I don't think we have a Python client to talk to kernels over websockets.

from jupyter_server.

onewaymyway avatar onewaymyway commented on August 26, 2024

@takluyver thanks for your answer
It seems I have to write the codes myself!! : )

from jupyter_server.

parente avatar parente commented on August 26, 2024

@onewaymyway https://github.com/jupyter/kernel_gateway_demos/blob/master/python_client_example/src/client.py might be a very rough starting point. It's not a library, but an unrolled example of connecting to a kernel gateway server via a Python client using the Tornado async http client.

I second what @jasongrout said. If you do work on a Python library that supports talking the Jupyter protocol over websockets, I'd love to see it.

from jupyter_server.

takluyver avatar takluyver commented on August 26, 2024

If somebody does tackle this, it would be nice to have a high-level API matching KernelClient in jupyter_client, so that it's easy to switch code between using websockets and ZMQ.

from jupyter_server.

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.