Commit Graph

419 Commits (d031f2b3597e7fff71e4fba99056b290ff89aef2)

Author SHA1 Message Date
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
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 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
14 years ago
MinRK 0e4afee63b set 'In [*]' to indicate pending code cell
14 years ago
Fernando Perez 83ddbf5987 Merge pull request #931 from minrk/readonly
14 years ago
Fernando Perez 7c04cc70fd Merge pull request #921 from minrk/traiterror
14 years ago
MinRK 1f7fd1db3f catch_config -> catch_config_error
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
14 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
14 years ago
MinRK a18ddb9ec4 add missing loginwidget.js
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
Brian Granger a6c9123018 Adding space between paragraphs in rendered html in the notebook.
14 years ago
MinRK 9a7fda926d Allow notebook server to run in read-only mode
14 years ago
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
14 years ago
MinRK dd8761ea1d Allow IPython to run without sqlite3
14 years ago
MinRK 89f11475da dashboard page title -> IPython Dashboard
14 years ago
MinRK 76650e316d Restore kernel status to header
14 years ago
MinRK 48c344ecf5 fix --no-browser flag in notebook after rename
14 years ago
MinRK 30c45c517d fix Cell->Help header typo
14 years ago
Fernando Perez 38af53d027 Merge pull request #899 from minrk/nbwork
14 years ago
MinRK 9be2911296 style Sign In button with jQuery
14 years ago
Brian E. Granger 970742c267 Using self.request._cookies in WS handlers.
14 years ago
Brian E. Granger 9b945e7bc2 Added kill_kernel to notebook template.
14 years ago
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
14 years ago
MinRK 139fe52832 Renaming user cookie to username to better match usage.
14 years ago
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
14 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
14 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
14 years ago
Brian E. Granger 05729f7c0c Further cleanup and renaming of notebook.
14 years ago
Brian E. Granger 2318fe4ef5 Renaming things in the notebook.
14 years ago
Brian E. Granger ae37e2fe2c Simplifying logic on login page.
14 years ago
Brian E. Granger 1f699c8c23 Further work updating JS URL scheme to use data-base-project-url.
14 years ago
Brian E. Granger cc3516be01 Updating notebook list to use data-base-project-url.
14 years ago
Brian E. Granger 1f06a280ca Updating JS URL scheme to use embedded data.
14 years ago