You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration nvim -> jupyter works well, but I'd like to view the output in something a little more advanced than a terminal window (think image and rich output).
So far I have a qtconsole (hacked to actually scroll whenever there is new output from the kernel) which works for images but failes for html based output.
There's got to be something better, probably browser based, to approach what vscode now does with it's jupyter integration. Possibly I'm just failing at googling for it.
What do y'all use to view your jupyter output?
The text was updated successfully, but these errors were encountered:
For my own purposes I run matplotlib (and similar) in GUI-mode.
I looked into https://github.com/nteract/sidecar some while ago, but I couldn't get it to work (or rather, some node dependency failed to compile). For html/js-based stuff It could be interesting to try communicate with a notebook server (this is what emacs plugin does), so a nvim-ipy cell becomes a notebook input cell (or replace an existing cell, based upon some identifier), and the rich output goes into the output cell (which also gives support for interactive widgets, and everything).
The integration nvim -> jupyter works well, but I'd like to view the output in something a little more advanced than a terminal window (think image and rich output).
So far I have a qtconsole (hacked to actually scroll whenever there is new output from the kernel) which works for images but failes for html based output.
There's got to be something better, probably browser based, to approach what vscode now does with it's jupyter integration. Possibly I'm just failing at googling for it.
What do y'all use to view your jupyter output?
The text was updated successfully, but these errors were encountered: