Commit Graph

602 Commits (e5bc1eef59bc5dc2de5492d0293d2e9eca3ba596)

Author SHA1 Message Date
MinRK 602d2ec18a fix IOPub parent checking in notebook
15 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
15 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
15 years ago
Fernando Perez b3d5732690 Fix typo in help string
15 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
15 years ago
Stefan van der Walt 6a8a66fa8b Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
15 years ago
Stefan van der Walt 4476c69984 Hide top login/logout buttons on login/logout pages.
15 years ago
Stefan van der Walt 52a2f081fe Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
15 years ago
Stefan van der Walt 3bf57a7f5d Improve three-state read-only logic.
15 years ago
Stefan van der Walt 23ff0c2f88 On the login page, focus on the password field.
15 years ago
Stefan van der Walt 06d34fea72 Redirect to front page upon read-only logout.
15 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
15 years ago
Fernando Perez b98a86f818 Merge pull request #1146 from minrk/savescript
15 years ago
MinRK dca65fa91d include error in 'Unexpected error' message.
15 years ago
MinRK 6947e47822 Merge PR #1132
15 years ago
MinRK 218a88a47b move drag_info show/hide to page.ready, to avoid flouc
15 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
15 years ago
MinRK a8425e5c62 Merge PR 1135
15 years ago
MinRK 88340d682c update iptest exclusions with recent changes
15 years ago
Matthias BUSSONNIER 16946ef7bb unhide on not read-only instead of inverse
15 years ago
Timo Paulssen eb51077b26 look for mathjax in the custom static path if it's supplied.
15 years ago
Timo Paulssen 7fa16984cc this is how the configuration system is supposed to be used.
15 years ago
Timo Paulssen ec0026bbf9 use IPythons config subsystem to allow overrides to the tornado web app.
15 years ago
Matthias BUSSONNIER 540f77f96a [notebook] read-only disable element
15 years ago
Matthias BUSSONNIER b0ad2c6f29 [notebook] read-only: disable name field
15 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
15 years ago
Matthias BUSSONNIER 70fa9c8b2a totally remove pager when read only
15 years ago
MinRK 46cd0213a6 allow saving notebook.py next to notebook.ipynb
15 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
15 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
15 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
15 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
15 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
15 years ago
MinRK bf7f3336ae Split swallow_argv into standalone function in lib.kernel
15 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
15 years ago
MinRK 7774ddd0a5 Merge PR #1098: notebook config-panel style
15 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
15 years ago
MinRK d6ac9f3ec3 add server/permission info in failed-mathjax dialog
15 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
15 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
15 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
15 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
15 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
15 years ago
MinRK f18d172fdf don't swallow regular key events in read-only mode
15 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
15 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
15 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
15 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
15 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
15 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
15 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
15 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
15 years ago
Fernando Perez df502540cc Fix bug where "don't leave" dialog was appearing when not needed in nb.
15 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
15 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
15 years ago
Fernando Perez 983b3a7bc8 Fix inline backend logic and avoid tests if mpl not available.
15 years ago
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
15 years ago
Thomas Kluyver 9ab78ba545 Merge branch 'flush'
15 years ago
Thomas Kluyver 6ae0797040 Notebook: don't change cell when selecting code using shift+up/down.
15 years ago
Matthias BUSSONNIER 52d8a125dd fix 2 typos
15 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
15 years ago
Matthias BUSSONNIER 7650f444ea tooltip height in %
15 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
15 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
15 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
15 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
15 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
15 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
15 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
15 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
15 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
15 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
15 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
15 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
15 years ago
Matthias BUSSONNIER 38cd955d8d update copyright to 2011/20xx-2011
15 years ago
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
15 years ago
MinRK 8e2758c0ce don't assume ioloop.install is defined (pyzmq < 2.1.7)
15 years ago
MinRK d94d6dbffa use pyzmq tools where appropriate
15 years ago
MinRK e54c05dd21 explicitly ignore iopub messages not associated with a cell in the notebook
15 years ago
Fernando Perez 1e9cee6f10 Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button
15 years ago
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 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
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