jyve icon indicating copy to clipboard operation
jyve copied to clipboard

Jupyer Kernels, right inside JupyterLab

Results 17 jyve issues
Sort by recently updated
recently updated
newest added

I have an instance set up at http://jyve.simonbiggs.net: ![screenshot from 2018-10-06 01-29-21](https://user-images.githubusercontent.com/6559099/46544639-77ffb180-c907-11e8-9767-9713394b8089.png) When using the pyodide kernel it can recognise to pull `numpy.js` just at the moment however it appears...

kernel:pyodide

Not really packaged at present... https://www.brython.info/gallery/turtle.html

kernel:brython

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

kernel:js

We should include some screenshots that show the lifecycle (execution, errors, completion) ![screenshot from 2018-02-09 12-04-07](https://user-images.githubusercontent.com/45380/36039720-5859a12e-0d91-11e8-9bd0-219916b2f5c7.png)

ux

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,...

bug

Drag-to-upload (or the upload button) and download should work. This probably means _actually_ solving the contents problem.

ofline

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,...

documentation

Most of the runtimes expose a version: this should be exposed, even if it only shows up in the console.

build

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 - [...

ux
testing