https://github.com/kumaarbalbir/pykernelzmq
The current repository is derived from already implemented of decoupled-input execution prototype by Fernando Perez using ZMQ open source library which motivated the design of current jupyter notebook kernel. I have tried to rerunning the code with certain modifications.
https://github.com/kumaarbalbir/pykernelzmq
pykernel python3 zmq
Last synced: 6 months ago
JSON representation
The current repository is derived from already implemented of decoupled-input execution prototype by Fernando Perez using ZMQ open source library which motivated the design of current jupyter notebook kernel. I have tried to rerunning the code with certain modifications.
- Host: GitHub
- URL: https://github.com/kumaarbalbir/pykernelzmq
- Owner: KumaarBalbir
- Created: 2023-10-11T14:31:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T14:46:20.000Z (almost 2 years ago)
- Last Synced: 2023-10-12T00:34:47.048Z (almost 2 years ago)
- Topics: pykernel, python3, zmq
- Language: Python
- Homepage: https://github.com/fperez/zmq-pykernel
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pykernelZMQ
The current repository is derived from already implemented of decoupled-input execution prototype by Fernando Perez using ZMQ open source library which motivated the design of current jupyter notebook kernel. I have tried to rerunning the code with certain modifications.