#!/bin/bash # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. set -e export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start || true npm run clean npm run build npm test npm run test:coverage export PATH="$HOME/miniconda/bin:$PATH" npm run build:examples npm run docs cp jupyter-plugins-demo.gif docs