296 Commits (49c970cddf5fae92ce26cbe99f4c577e32c0ca3d)
 

Author SHA1 Message Date
Brian Granger 49c970cddf Different clients now share a single zmq session.
15 years ago
Brian Granger 00b857165e Fixing main toolbar area and cleaning up jquery themes.
15 years ago
Brian Granger f45f35ec2e Added message to help users open notebook.
15 years ago
Brian Granger d0f883af9d Initial template for notebook browser.
15 years ago
Brian Granger 910d129f14 Server side of file based notebook store implemented.
15 years ago
Brian Granger 3ed9c3371c Make the main notebook div auto scroll.
15 years ago
Brian Granger 96cb3a8982 Initial reply handling implemented along with css fixes.
15 years ago
Brian Granger 17d899d38f Basic server for htmlnotebook working.
15 years ago
Brian Granger a2aef63d09 Work on the server side of the html notebook.
15 years ago
Brian Granger f44f537ee4 Adding preventDefault to shift-up/down events.
15 years ago
Brian Granger 276e5db516 Added placeholder text for TextCell.
15 years ago
Brian Granger 6729e2f4f4 Fixing selection and focus logic.
15 years ago
Brian Granger 94647cfbb1 Adding shift-enter support.
15 years ago
Brian Granger 360b6bf6ab Initial draft of HTML5/JS/CSS3 notebook.
15 years ago
MinRK a79bd91af7 cleanup removed ipythonx,ipython-wx from setup.py
15 years ago
MinRK b26c59e66f don't install deathrow
15 years ago
Min RK 393557bb3d Merge pull request #574 from jstenar/getcwdu
15 years ago
Jörgen Stenarson eea358698b
15 years ago
MinRK 5fcef9cac3 update gitignore to exclude dist and zipped man pages
15 years ago
Christoph Gohlke ec560ae17b Windows install fixes
15 years ago
Thomas Kluyver 821c9609c0 Remove unused configobj and validate libraries from externals.
15 years ago
MinRK 4166074803 Merge branch 'winsetup' (PR #536)
15 years ago
MinRK 0332489792 'install' depends on setuptools on Windows
15 years ago
MinRK 76a5fa2456 Merge branch 'newapp'
15 years ago
MinRK 34b5f30a9a update zmq dependency to 2.1.4
15 years ago
Thomas Kluyver 8a91843dd3 Don't try to install IPython.config.default (no longer there).
15 years ago
MinRK 713a71343e rename ipythonqt to qtconsoleapp
15 years ago
MinRK 77cc373d3d reorganize default config files to match profiles as directories
15 years ago
Thomas Kluyver 9dd9ddc0e7 Replace links to launchpad bugs in comments/docstrings with equivalent github links.
15 years ago
Thomas d1ab1fc203 Merge pull request #469 from takluyver/exit-code
15 years ago
Thomas Kluyver e77036cc30 Call sys.exit() at correct point in iptest.
15 years ago
Thomas Kluyver a15c6996b1 Add exit code when running all tests with iptest.
15 years ago
MinRK 6ec9bca005 Merge PR #413
15 years ago
MinRK daa9df5b63 various db backend fixes
15 years ago
MinRK 59f06d7d7b update zmq dependency on Windows to 2.1.7
15 years ago
Evan Patterson 130f56cf50 Merge pull request #422 from epatters/gui-scripts
15 years ago
epatters 8bd4f9272c Clean up entry point definition is setup.py.
15 years ago
Evan Patterson 3ba4061e0e Make ipython-qtconsole a GUI script in setuptools.
15 years ago
Evan Patterson 82f5eb7122 Merge pull request #406 from jenshnielsen/zmqgui.
15 years ago
Jens Hedegaard Nielsen c316414295 install zmq.qui fixes problems with using ipython --pylab gtk
15 years ago
MinRK deef821be9 Merge branch 'master' of github.com:ipython/ipython
15 years ago
Brian E. Granger 011d42c9e1 Merged pull request #397 from minrk/ioterm.
15 years ago
MinRK 0de0a0d4ab io.Term.cin/out/err replaced by io.stdin/out/err
15 years ago
MinRK f32e2bb944 depend on pyzmq-2.1dev on Windows
15 years ago
MinRK 7eefed1d6b fix 'test_pylabtools' exclusion in iptest
15 years ago
MinRK a6aaa64016 update test exclusions
15 years ago
MinRK af196e3446 make display_status optional at runtime in setupext
15 years ago
MinRK 67c6025d9e don't rely on setuptools for readline dependency check
15 years ago
Fernando Perez a6ebd33613 Do not generate output for empty figures in Qt console.
15 years ago
MinRK 131086119a make readline a dependency on OSX and pyreadline on Windows
15 years ago