644 Commits (8e2758c0ceaa26bf3d342e24edd24b6d4c35df40)
 

Author SHA1 Message Date
MinRK 8e2758c0ce don't assume ioloop.install is defined (pyzmq < 2.1.7)
14 years ago
MinRK d94d6dbffa use pyzmq tools where appropriate
14 years ago
Fernando Perez 1e9cee6f10 Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button
14 years ago
Stefan van der Walt 9488b364fc Hide logout button on unauthenticated notebook.
14 years ago
MinRK 70de13a394 add Integer traitlet
14 years ago
Fernando Perez 2a9ae4ee37 Fix failing doctests and post correct example of passwd() usage.
14 years ago
Fernando Perez b4b1ad3dd5 Merge pull request #1011 from stefanv/salted_password
14 years ago
Stefan van der Walt d031f2b359 Only show logout button if logged in.
14 years ago
Stefan van der Walt 0a41777a8d Add info, error and warning message boxes.
14 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
Stefan van der Walt c4b7ee1a75 Use template inheritance.
14 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
14 years ago
Stefan van der Walt b2972a7e98 Integrate hashed passwords into the notebook.
14 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
14 years ago
Fernando Perez 1bb4c726c3 Merge pull request #955 from minrk/websocket
14 years ago
MinRK a4b6d6bb9f don't use Origin header to determine ws_url
14 years ago
Fernando Perez 3ce05b61d7 Merge pull request #981 from minrk/nblines
14 years ago
MinRK 7519ff3b41 split likely multiline strings when writing to/from JSON
14 years ago
Fernando Perez 8d739fb5a2 Fix CSS so word wrapping stays within output box.
14 years ago
Fernando Perez a852c75dd7 Word-wrap output correctly in the notebook; prevents excessive scrolling.
14 years ago
MinRK 487d110557 use jQuery dialog instead of alert()
14 years ago
MinRK b73d616279 alert client on failed and lost web socket connections
14 years ago
MinRK 00c797e2b5 remove superfluous ws-hostname parameter from notebook
14 years ago
Fernando Perez 425de1bd73 Merge pull request #950 from minrk/startup
14 years ago
MinRK 03cae6504e add README to startup dir
14 years ago
Fernando Perez 5eca26f1c9 Merge pull request #948 from fperez/tornado-monkeypatch
14 years ago
Fernando Perez 6e19364cfd Update version check to work with tornado 2.1.0 or 2.1.1
14 years ago
Fernando Perez e1a2eae156 Monkeypatch Tornado 2.1.1 so it works with Google Chrome 16.
14 years ago
MinRK f2972ad5c4 add 'running' class to running code cells
15 years ago
MinRK 0e4afee63b set 'In [*]' to indicate pending code cell
15 years ago
Fernando Perez 83ddbf5987 Merge pull request #931 from minrk/readonly
15 years ago
Fernando Perez 7c04cc70fd Merge pull request #921 from minrk/traiterror
15 years ago
MinRK 1f7fd1db3f catch_config -> catch_config_error
15 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
15 years ago
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
15 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
15 years ago
MinRK a18ddb9ec4 add missing loginwidget.js
15 years ago
MinRK a6de5947de add read-only view for notebooks
15 years ago
Brian Granger a6c9123018 Adding space between paragraphs in rendered html in the notebook.
15 years ago
MinRK 9a7fda926d Allow notebook server to run in read-only mode
15 years ago
MinRK ba96d936ca protect record_commit_info from configparser error
15 years ago
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
15 years ago
Fernando Perez c27de98c35 Add SVG qt console icon to package data.
15 years ago
Fernando Perez 0e147267ad Merge pull request #909 from minrk/nosqlite
15 years ago
MinRK dd8761ea1d Allow IPython to run without sqlite3
15 years ago
MinRK 89f11475da dashboard page title -> IPython Dashboard
15 years ago
MinRK 76650e316d Restore kernel status to header
15 years ago
MinRK 48c344ecf5 fix --no-browser flag in notebook after rename
15 years ago
MinRK 30c45c517d fix Cell->Help header typo
15 years ago
Fernando Perez 38af53d027 Merge pull request #899 from minrk/nbwork
15 years ago