Go to file
Brian E. Granger 27b5357678 Fixing execution related things.
* Extra enter on FF is fixed by hooking into CodeMirror's
  onKeyEvent hook. We now have CodeMirror ignore shift-enter
  completely as we handle it ourselves.
* The cell execution logic in notebook.js has been refactored and
  the Run All/Selected buttons have been hooked up.
2011-07-22 16:04:54 -07:00
docs/source/_static gave logo harder, cleaner edges 2011-02-10 12:42:24 -08:00
IPython Fixing execution related things. 2011-07-22 16:04:54 -07:00
.gitignore update gitignore to exclude dist and zipped man pages 2011-07-05 17:25:05 -07:00
setup.py cleanup removed ipythonx,ipython-wx from setup.py 2011-07-18 14:43:16 -07:00
setupbase.py Initial reorg of files complete. 2011-07-20 20:42:34 -07:00