Afshin Darian 7c3b3ba06d Fix services example. 7 年之前
..
README.md 0dea1f5220 Typo 7 年之前
index.html ded0d5f334 attempt at browser example with output 7 年之前
index.ts 7c3b3ba06d Fix services example. 7 年之前
main.py ded0d5f334 attempt at browser example with output 7 年之前
package.json 664200a7cc Release @jupyterlab/outputarea@0.13.1 7 年之前
tsconfig.json ded0d5f334 attempt at browser example with output 7 年之前
webpack.config.js d634e52154 wip clean up rendermime rank handling 7 年之前

README.md

Rendering Kernel Result in Browser

This example demonstrates what is required to render the response received by the services package within a browser.

This example uses typescript.

Steps to build the example:

cd path/to/example
npm install
npm run build

Steps to run the example:

python main.py