Commit Graph

361 Commits (341fbcafb417cc63eba5799f4fc8dd8cf1bf211c)

Author SHA1 Message Date
Stefan van der Walt 9488b364fc Hide logout button on unauthenticated notebook.
15 years ago
MinRK 70de13a394 add Integer traitlet
15 years ago
Fernando Perez 2a9ae4ee37 Fix failing doctests and post correct example of passwd() usage.
15 years ago
Stefan van der Walt d031f2b359 Only show logout button if logged in.
15 years ago
Stefan van der Walt 0a41777a8d Add info, error and warning message boxes.
15 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
15 years ago
Stefan van der Walt c4b7ee1a75 Use template inheritance.
15 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
15 years ago
Stefan van der Walt b2972a7e98 Integrate hashed passwords into the notebook.
15 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
15 years ago
Fernando Perez 1bb4c726c3 Merge pull request #955 from minrk/websocket
15 years ago
MinRK a4b6d6bb9f don't use Origin header to determine ws_url
15 years ago
MinRK 7519ff3b41 split likely multiline strings when writing to/from JSON
15 years ago
Fernando Perez 8d739fb5a2 Fix CSS so word wrapping stays within output box.
15 years ago
Fernando Perez a852c75dd7 Word-wrap output correctly in the notebook; prevents excessive scrolling.
15 years ago
MinRK 487d110557 use jQuery dialog instead of alert()
15 years ago
MinRK b73d616279 alert client on failed and lost web socket connections
15 years ago
MinRK 00c797e2b5 remove superfluous ws-hostname parameter from notebook
15 years ago
Fernando Perez 6e19364cfd Update version check to work with tornado 2.1.0 or 2.1.1
15 years ago
Fernando Perez e1a2eae156 Monkeypatch Tornado 2.1.1 so it works with Google Chrome 16.
15 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 268c5e778d Show invalid config message on TraitErrors during initialization
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
MinRK 9be2911296 style Sign In button with jQuery
15 years ago
Brian E. Granger 970742c267 Using self.request._cookies in WS handlers.
15 years ago
Brian E. Granger 9b945e7bc2 Added kill_kernel to notebook template.
15 years ago
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
15 years ago
MinRK 139fe52832 Renaming user cookie to username to better match usage.
15 years ago
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
15 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
15 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
15 years ago
Brian E. Granger 05729f7c0c Further cleanup and renaming of notebook.
15 years ago
Brian E. Granger 2318fe4ef5 Renaming things in the notebook.
15 years ago
Brian E. Granger ae37e2fe2c Simplifying logic on login page.
15 years ago
Brian E. Granger 1f699c8c23 Further work updating JS URL scheme to use data-base-project-url.
15 years ago
Brian E. Granger cc3516be01 Updating notebook list to use data-base-project-url.
15 years ago
Brian E. Granger 1f06a280ca Updating JS URL scheme to use embedded data.
15 years ago
Brian E. Granger 36e15cb5c2 Adding data-project to the body data attribs.
15 years ago
Brian E. Granger c900979a80 Misc changes to the notebook.
15 years ago
Brian E. Granger 7611a38721 Minor changes to handlers.
15 years ago
MinRK 4f26dae311 don't present meaningless username option in notebook
15 years ago
Brian E. Granger 66d5c9f8a6 Adding base_project_url and base_kernel_url as HTML data attribs.
15 years ago
Fernando Perez 986f2e7223 Merge pull request #893 from minrk/clearoutput
15 years ago
MinRK 033c9d9848 Add tooltips to the notebook via 'title' attr.
15 years ago
MinRK 24d37b6bcc add channel-selection to clear_output
15 years ago
Brian Granger 10deb3b744 Adding clear_output to kernel and HTML notebook.
15 years ago
Fernando Perez 9fa9f0b15f Merge pull request #884 from fperez/nb-usability
15 years ago
Fernando Perez 55223d0414 Adjust title area sizes to improve alignment.
15 years ago
MinRK a42f678fd1 Merge PR-883
15 years ago
Fernando Perez 781c5ad281 Underline quick help button key accelerator (h).
15 years ago
MinRK 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
15 years ago
MinRK 53d10a61ab fix quickhelp widget
15 years ago
Thomas Kluyver 74771e4037 Add ability to open the notebook in a browser when it starts.
15 years ago
Fernando Perez b06d0f03c6 Adjust cell background and number color after review with @minrk.
15 years ago
Fernando Perez 77c62893bc Keep kernel-related bindings together in code.
15 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
15 years ago
Fernando Perez 83790b7e29 Fix text cell color, was too light to be seen on certain monitors/browsers.
15 years ago
Fernando Perez e9d744f06c Add quick help button: broken ATM, style and binding aren't working.
15 years ago
Fernando Perez 6d0715988f Change button labels in restart dialog to action words.
15 years ago
Fernando Perez e852a86669 Add confirmation dialog to kernel restart action.
15 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
15 years ago
Fernando Perez 8fb9f71e42 Use monospaced font for keybinding display.
15 years ago
Fernando Perez e8326241eb Add C-m-{'i', '.'} as keybindings for kernel interrupt/restart.
15 years ago
Fernando Perez 3db974a4f4 Padding adjustments to better use vertical and horizontal whitespace.
15 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
15 years ago
MinRK 7041224f96 fix typo in stripping kernel args in nb and qt
15 years ago
Felix Werner a4bec7e65d Fixed testing of new notebook name before saving.
15 years ago
Felix Werner f5b52442aa Notify the user of errors when saving a notebook.
15 years ago
Felix Werner a89d947322 Update document title and last_saved_name only after a successful save.
15 years ago
Fernando Perez 13377a2d23 Merge branch 'carreau-mathjax-warning'
15 years ago
Fernando Perez 87462b4259 Minor fixes to text and formatting of error message.
15 years ago
Fernando Perez df43150509 Merge pull request #850 from fperez/codemirror
15 years ago
Matthias BUSSONNIER 85ea4222fb Hide warning message about matjax when page load
15 years ago
Matthias BUSSONNIER b05d2c21a9 Matjax Warning message improvement.
15 years ago
Fernando Perez 00af93da43 IPython-specific changes to CodeMirror: recognize '?' in Python mode.
15 years ago
MinRK 52592d47b1 fix missing trailing comma in kernel.js
15 years ago
Matthias BUSSONNIER 4d5e605082 Warn user if MathJax can't be fetched from notebook
15 years ago
MinRK 4d7ef4899e enable HMAC message signing by default in notebook kernels
15 years ago
MinRK b01c6ef0c4 use zmq.KernelManager to manage individual kernels in notebook
15 years ago
MinRK e38729c9b2 fix kernel_argv scrubbing to cover args passed with space
15 years ago
MinRK 4eb4926812 use ROUTER/DEALER sockets for stdin
15 years ago
Fernando Perez b8bab4a051 Update templates to new directory name for codemirror.
15 years ago
Fernando Perez 9cca38f452 Do not use version # in codemirror directory name.
15 years ago
Fernando Perez 6b0fdf2356 Update CodeMirror code to v2.15
15 years ago
Fernando Perez 43a4db17e6 Merge pull request #830 from minrk/stream
15 years ago