jupyter-dashboards-server

v0.8.0
Serves Jupyter notebooks as standalone dashboards

build

gulp build

start

node ./bin/jupyter-dashboards-server

start-debug

node-inspector & node --debug-brk ./bin/jupyter-dashboards-server

start-logging

DEBUG=express:*,dashboard-proxy:* node ./bin/jupyter-dashboards-server

test

mocha test/base/**/*-test.js

integration-test

mocha test/integration/default/**/*-test.js

integration-test-auth-token

mocha test/integration/auth-token/**/*-test.js

integration-test-auth-local

mocha test/integration/auth-local/**/*-test.js
npm i jupyter-dashboards-server

Metadata

Downloads