Skip to content
Hai Nguyen edited this page Aug 2, 2016 · 9 revisions

Test notebook

  • add more notebooks to
nglview/tests/js/test.js
  • run
source devtools/travis-ci/clone_nbtest.sh
jupyter notebook --port=8889 &

# if only want to run several basic notebooks, uncomment below
# python ./devtools/make_test_js.py --basic

# npm install -g nightwatch
nightwatch

Developer mode

python setup.py build --npm
pip install -e .

Tips

  • Use Google Chrome with incognito mode to avoid cache.

  • If you don't see the effect from your change with js files, might need to clear the web-browser cache.

Clone this wiki locally