Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[requirejs] use requirejs over require, no simplified commonjs wrapper
* use requirejs over require variable name to avoid confusion on node. See jupyter/notebook#155 for details. * don't use the requirejs simplified commonjs wrapper http://requirejs.org/docs/api.html#cjsmodule which is slower than a dependency array, and relies on toString parsing. See ipython-contrib/jupyter_contrib_nbextensions#1165 for details.
- Loading branch information