microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.29k stars 292 forks source link

IJupyterSessoinManager and IJupyterSession light that talks over ZMQ #2195

Closed rchiodo closed 3 years ago

rchiodo commented 4 years ago

Given this picture here:

image

Implement the new part in orange

rchiodo commented 4 years ago

First steps should be if this can be split or not. Once a general purpose way to talk through ZMQ is setup, might be able to split out the work further.

rchiodo commented 4 years ago

This will likely be useful: https://www.npmjs.com/package/jmp

IanMatthewHuff commented 4 years ago

Was taking notes in OneNote but figured that I should have at least put a summary in the issue as well for updates / comments.

Current plan of approach:

IanMatthewHuff commented 4 years ago

Closing this off as the main RawJupyterSession work is done. I've split off a few issues for the remaining followup work as I like that better than working with a bit meta issue like this.