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?

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.tsand 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?