jupyter_client 4.0¶

This package provides the Python API for starting, managing and communicating with Jupyter kernels.

Contents:

  • Messaging in Jupyter
    • Versioning
    • Introduction
    • General Message Format
    • The Wire Protocol
    • Python functional API
    • Messages on the shell ROUTER/DEALER sockets
    • Messages on the PUB/SUB socket
    • Messages on the stdin ROUTER/DEALER sockets
    • Heartbeat for kernels
    • Custom Messages
    • To Do
  • Making kernels for Jupyter
    • Connection files
    • Handling messages
    • Kernel specs
  • Making simple Python wrapper kernels
    • Required steps
    • Example
    • Optional steps
  • jupyter_client API
    • kernelspec - discovering kernels
    • manager - starting, stopping, signalling
    • client - communicating with kernels

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • jupyter_client 4.0
  • Indices and tables

Related Topics

  • Documentation overview
    • Next: Messaging in Jupyter

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

©2015, Jupyter Development Team. | Powered by Sphinx 1.4a0+ & Alabaster 0.7.6 | Page source