jyve
jyve copied to clipboard
Jupyer Kernels, right inside JupyterLab
I have an instance set up at http://jyve.simonbiggs.net:  When using the pyodide kernel it can recognise to pull `numpy.js` just at the moment however it appears...
Not really packaged at present... https://www.brython.info/gallery/turtle.html
Get the JS kernel to support the Jupyter Widget message spec. Unfortunately, the most professionally-maintained JS kernel [does't have a story yet](https://github.com/n-riesco/ijavascript/issues/100) so we'll be inventing new stuff. ## desired...
We should include some screenshots that show the lifecycle (execution, errors, completion) 
I'm seeing this when loading the js kernel: ``` Uncaught (in promise) TypeError: Cannot read property 'display_name' of undefined at panel.js:128 ``` Undefined is referring to spec at https://github.com/jupyterlab/jupyterlab/blob/master/packages/notebook/src/panel.ts#L177. Apparently,...
Drag-to-upload (or the upload button) and download should work. This probably means _actually_ solving the contents problem.
Probably need some information about how using Jyve can pose challenges to hosting and serving. The kernel runtimes (except for JS) are very large on disk and on the wire,...
Most of the runtimes expose a version: this should be exposed, even if it only shows up in the console.
Drag and drop is fun! When it breaks, it is not fun. Make sure to tests some of these corner cases. - [ ] iframe pointer events #14 - [...