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
@janckerchen ,
To display the object you must use Deno.jupyter.display(...)
In this case (polar objects) it is the kernel that transforms the object into Displayable. Take a look at https://github.com/denoland/deno/blob/main/cli/js/40_jupyter.js to see what I mean.
My Deno.jupyter.display support in the repl is not there (yet?).
Now I am working on running the REPL kernel in a pseudoterminal environment to get better support for the text decorations with ANSI sequences that the repl performs.
My ultimate goal is to have a good standalone kernel for deno notebooks and, for that, I am exploring some possibilities.
All suggestions are welcome!
The Jupyter kernel comes pre-installed with Deno, and using the REPL kernel does not remove the Jupyter kernel, and won't offer additional capabilities for the Jupyter kernel. Therefore, what is the main purpose of developing the REPL kernel?
Perhaps I didn't fully grasp the meaning of to get better support for the text decorations with ANSI sequences that the REPL provides.
If the MIME renderer cannot be activated, What is the primary use of the REPL kernel?
The text was updated successfully, but these errors were encountered: