notebook/.gitignore
Steven Silvester e663bc3156 Add a jupyter lab page
wip add lab page

Add missing source files

Remove unused typings

Clean up tsconfig

No typings are required

Add typescript to dev dependencies

Switch to a JS-only build

Remove unused config file

Remove unused test and cleanup handlers

Update the setup file to build the lab

Use new application plugin from js-plugins

Remove whitespace changes

Bump plugins version

Update to latest plugins

Update to latest plugins

Update to latest jupyter-js-plugins and add files to manifest

Work around bug in css-loader

Update plugins and fix webpack warning

Update lab version

Fix static directory path

Bump plugins version

Add the try jupyter link

Bump dependencies

Back out whitespace changes

Update plugins version

Update dependencies

Update the bootstrap file

Use a standalone template for the lab page
2016-02-25 09:09:05 -06:00

36 lines
462 B
Plaintext

MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
src
*.swp
*.map
.idea/
Read the Docs
config.rst