kernel_gateway_demos icon indicating copy to clipboard operation
kernel_gateway_demos copied to clipboard

Demos associated with the kernel gateway incubator project

Results 9 kernel_gateway_demos issues
Sort by recently updated
recently updated
newest added

Bumps [swagger-codegen](https://github.com/swagger-api/swagger-codegen) from 2.2.2 to 2.4.19. Release notes Sourced from swagger-codegen's releases. Swagger Codegen 2.4.19 has been released! ref CVE-2020-25649 - jackson 2.11.4 (#10926) [csharp] masked EnumMember value in modelEnum...

dependencies
java

Docker Engine: 19.03.13 Docker Compose: 1.27.4 macOs Catalina 10.15.7 https://github.com/jupyter/kernel_gateway_demos/tree/master/python_client_example ``` $ docker-compose up ... Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1xaw773u/argon2-cffi You are using pip...

In the `Got Scotch API?` example, the Box files are no longer available: ``` HTTPError: 403 Client Error: Forbidden for url: https://ibm.ent.box.com/shared/static/2vntdqbozf9lzmukkeoq1lfi2pcb00j1.dataframe ``` ![image](https://user-images.githubusercontent.com/11855322/43735249-1525c420-99b2-11e8-8fb8-d46de97c89dc.png)

When following the instruction on https://github.com/jupyter/kernel_gateway_demos/blob/master/node_client_example/README.md, the following error is returned: ``` console $ docker-compose up Creating network "nodeclientexample_default" with the default driver Creating nodeclientexample_kernel_gateway_1 Creating nodeclientexample_nginx_1 Creating nodeclientexample_client_1 Attaching...

After cloning the entire repository and doing _docker-compose build_ and then _docker-compose up_ I get I get the following Traceback: Starting scotch_demo_julia_api_1 ... **done** Starting scotch_demo_python_api_1 ... **done** Starting scotch_demo_r_api_1...

Because there's a "hardcoded" relationship between input parameter, kernel name, and source code file, we are not able to run the python, scala, and R demos on kernels with different...

New feature added to KG in https://github.com/jupyter/kernel_gateway/pull/186. Need an example of it over here. Doesn't have to be complicated. Just something showing how the Swagger can be included in the...

Do we have an example of how we can use websocket to handle stdin or input when using kernel gateway with remote server.