Skip to content

Instantly share code, notes, and snippets.

@julienr
Last active November 9, 2015 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienr/255c1f7bdefd458f5317 to your computer and use it in GitHub Desktop.
Save julienr/255c1f7bdefd458f5317 to your computer and use it in GitHub Desktop.
jupyter-notebook commands

Useful commands to work on jupyter-notebook

Note that test are run on built js files, so you should run python setup.py build everytime you modify the notebook's js files.

Running a single js test

cd notebook/tests
python -m notebook.jstest notebook/attachments.js | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment