0.3.0 • Published 3 years ago

@illumidesk/starboard-nbgrader v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

starboard-nbgrader

Starboard and nbgrader proof of concept

Running the demo

npm i
npm i -g http-server
npm run build

http-server --port 8080 --cors

To connect to a local Jupyter Kernel Gateway, run:

KG_ALLOW_METHODS="*" \
jupyter kernelgateway \
  --KernelGatewayApp.allow_origin="https://unpkg.com" \
  --KernelGatewayApp.allow_headers="authorization,content-type,x-xsrftoken" \
  --JupyterWebsocketPersonality.list_kernels=True

Development

npm run start

And in a different tab you can serve the demo:

http-server --cors

Note that the demo runs in a properly sandboxes iframe, which means that you need to do a full reload to see changes.

0.3.0

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago