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
I've noted that this fork does not support anywidget widgets (~ jupyter widgets) in .nb.ts files.
I cannot determine if it's a bug or non-feature, since I know too little about the underlying implementation.
See screenshot below. Top pane is deno.nb.ts file, the bottom is .ipynb.
To be honest, I don't really understand the difference between the kernel running in deno.nb.ts and the one in deno.ipynb -- I started using this extension to solve denoland#932 which it does -- deno.ipynb works as I want using this fork :)
Perhaps a better error message about .nb.ts/ipynb differences is the only thing needed?
The text was updated successfully, but these errors were encountered:
I think the renderer for the "application/vnd.jupyter.widget..." mime type is part of the jupyter extension for vscode. When you open a .nb.ts notebook in vscode the jupyter extension is not activated, instead DenoNBTS does, which is the only one that has a kernel defined for that type of file.
The kernel itself is the same, the only difference is the infrastructure, DenoNBTS does not use (and does not need) neither python nor jupyter to work.
I leave the issue open, since it may be interesting (and feasible) to expand the number of renderers included in DenoNBTS.
I've noted that this fork does not support anywidget widgets (~ jupyter widgets) in .nb.ts files.
I cannot determine if it's a bug or non-feature, since I know too little about the underlying implementation.
See screenshot below. Top pane is deno.nb.ts file, the bottom is .ipynb.
To be honest, I don't really understand the difference between the kernel running in
deno.nb.ts
and the one indeno.ipynb
-- I started using this extension to solve denoland#932 which it does -- deno.ipynb works as I want using this fork :)Perhaps a better error message about .nb.ts/ipynb differences is the only thing needed?
The text was updated successfully, but these errors were encountered: