1549 Commits (5db6db740740bc62c9dd40a92f37726f7b59ac9e)

Author SHA1 Message Date
Grant Nestor 224294c274 Use `/view` route for HTML files
9 years ago
Grant Nestor 0034f2a251 Create `/view` route, handler, and template
9 years ago
Grant Nestor b7dcae6a56 Update View and Edit conditions
9 years ago
Grant Nestor a7387b8633 Revise https://github.com/jupyter/notebook/pull/1755
9 years ago
Doug Blank 482ea4bb67 Adds edit and view buttons, #1752
9 years ago
Min RK 83a2e83cf9 declare contents variable
9 years ago
Min RK cd47dac0ff Merge pull request #2061 from dkrenn/dkrenn/event-finished-exec
9 years ago
Min RK eb73920cbf Merge pull request #2070 from ivanov/halt-kernel
9 years ago
Paul Ivanov 051e430f98 fix tests
9 years ago
Paul Ivanov 03e410ba61 rename Halt to Shutdown
9 years ago
Paul Ivanov 95790be956 kernel halt confirmation dialog
9 years ago
Daniel Krenn e3bdb1586c cleanup
9 years ago
Daniel Krenn 540b51e7d0 trigger an event finished_execute.CodeCell
9 years ago
Daniel Krenn d689ac1a38 trigger an event finished_iopub.Kernel
9 years ago
Thomas Kluyver f5072cf434 Merge pull request #1827 from minrk/kernel-activity
9 years ago
Jinesh Mehta f1a03a7ce3 added welcome message to terminal output on Notebook server app start
9 years ago
Jinesh Mehta 00952c45a7 added welcome message to display in console
9 years ago
Kyle Kelley f8c41bec1a Merge pull request #2055 from ivanov/faster-testing
9 years ago
Paul Ivanov eb3377cc45 speed up casperjs tests
9 years ago
Min RK dc873f1290 use self.request in status test
9 years ago
Min RK 2a5f8d2e17 add token auth to kernel websocket test
9 years ago
Min RK 75a0d71c28 give the server a second to notice that the websocket closed
9 years ago
Min RK 32a353378a track REST API activity
9 years ago
Min RK 8b76de80be move tz utils to top-level private module ._tz
9 years ago
Min RK bec396304b add connections to sessions API tests
9 years ago
Min RK 9f55a857f3 use Z isoformat in UTC timestamps
9 years ago
Min RK d45cb2ad80 track active kernel connections
9 years ago
Min RK b472c55d9b add activity watching to kernels
9 years ago
Vidar Tonaas Fauske 946a4ac0a1 Add fade-out on overflowing tags
9 years ago
Vidar Tonaas Fauske 8072084111 Add dialog for managing tags
9 years ago
Jason Grout b4928d481a Change ‘resize’ cell event to ‘resizeOutput’
9 years ago
Vidar Tonaas Fauske c0abae90fb Split input on whitespace
9 years ago
Vidar Tonaas Fauske c49c8ea72a Set dirty flag when changing tags
9 years ago
Vidar Tonaas Fauske 457d86b8b2 Add initial version of tags celltoolbar
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
Thomas Kluyver 4917ba4d44 Merge pull request #1991 from minrk/template-log-message
9 years ago
Min RK 68a514a29d Merge pull request #2033 from vlimant/master
9 years ago
Kyle Kelley f5f97d1f93 Merge pull request #2007 from minrk/password
9 years ago
Min RK 2659ff85b1 Merge pull request #2026 from ashaffer/master
9 years ago
jean-roch 6ab3a5c098 correcting function definition
9 years ago
Min RK 035fc91fa9 test runtime-loading of modules
9 years ago
Min RK f587b01f66 avoid race to set ws.onclose callback
9 years ago
Min RK 16a751c4d6 fix attachments test
9 years ago
Min RK 7188f02763 check if module is defined before checking for items on it
9 years ago
Min RK 003ce4e71a reimpelement casper.thenClick
9 years ago
michaelpacer f3b4d16d14 fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer cd24d1ee92 add .tpl to set of editable extensions by notebook text editor
9 years ago
vlimant ab019aae74 allows to overload the method to check unix-type password using crypt
9 years ago
Andrew Shaffer 28008783e1 Merge branch 'master' of ssh://github.com/ashaffer/notebook
9 years ago
Andrew Shaffer e16c590b73 throttle element resizing in output areas
9 years ago
Min RK 4f7160aac6 es5ify
9 years ago
Min RK 5cafbfe822 Merge pull request #2005 from minrk/require-api-token
9 years ago
Min RK 82b3a65523 ES5ify shortcut editor
9 years ago
Min RK cbd6eef04a get preact from script tag
9 years ago
Min RK 11bd42c353 un-nest loading of contents in main modules
9 years ago
Min RK aa5293a253 missing typeahead require in commandpalette
9 years ago
Min RK 7839d32cfe remove test for reverted deprecated paths
9 years ago
Min RK 47d4451958 remove webpack shims
9 years ago
Min RK 83ca4833eb update bundler tests with self.request
9 years ago
Min RK a69494833b forward-port fixes
9 years ago
Min RK f871d64e6e exercise password app
9 years ago
Min RK 53f809d407 use a warning for failure to set file permissions
9 years ago
Kyle Kelley 4da035c577 Merge pull request #2009 from ellisonbg/md-max-width
9 years ago
Brian E. Granger 2ed20e4980 Don't use max-width on tables in rendered markdown
9 years ago
Min RK cd7e0a939c add `jupyter notebook password` entrypoint
9 years ago
Min RK 86c6268f64 prose review
9 years ago
Min RK d6f091c443 allow disabling xsrf check
9 years ago
Min RK 8e141df890 run Python tests with a token
9 years ago
Min RK 2da82f909c get xsrf from cookie, not body data
9 years ago
Min RK 9478a6b82b use tornado xsrf token in API
9 years ago
Min RK 70e79a0ad6 add token_authenticated property
9 years ago
Min RK 4a8af93b5b enable tornado xsrf cookie
9 years ago
Srinivas Reddy Thatiparthy 161c174a98
rename log.warn to log.warning as log.warn is deprecated
9 years ago
Min RK 374db739ad Merge pull request #1965 from mgeier/proper-attachment-url
9 years ago
Min RK d3b5e15bb4 Merge pull request #1994 from minrk/more-token-log-no-browser
9 years ago
Min RK cbeec7ae9a Add note about cookie requirement
10 years ago
Min RK 3760525783 Only log generated tokens in URLs
10 years ago
Min RK 65cb6cc185 Only show token info if tokens are available
10 years ago
Min RK fb8f730c6e Merge pull request #1985 from jasongrout/checkresize
10 years ago
Min RK faf60320dd Further highlight token info in log output
10 years ago
Jason Grout 935af43582 handle window sizing even when it is not from a resize event.
10 years ago
Min RK 3c0da28764 add missing waits for output in display_id tests
10 years ago
Min RK 3f32d7da00 remove debug statement about no custom error page template
10 years ago
Jason Grout e909afc93a Due to jQuery propagating events, the window resize event could be triggered by a bubbled event.
10 years ago
Min RK a2f7325537 fix carriage return handling
10 years ago
Min RK a51efa5acc add Authorization to allowed CORS headers
10 years ago
Min RK 7c7f065547 include token info on login page
10 years ago
Min RK a33ad66460 clarify the default token behavior in help output
10 years ago
Matthias Geier 6a5e22e646 Use attachment:path instead of attachment://path
10 years ago
Min RK c05138a219 Merge pull request #1956 from jasongrout/fontsize
10 years ago
Jason Grout 1864fe5adb Some tests for output callback overrides.
10 years ago
Jason Grout c3de744fe9 Return after error condition.
10 years ago
Jason Grout 66146cc265 Write the get_output_callback_id function that we use.
10 years ago
Jason Grout 5d84a55e4a Add an output callback override stack
10 years ago
Jason Grout e2c0b6b5b7 Fix a subtle async bug in processing comm messages.
10 years ago
Jason Grout d376b35636 Make the font size more robust against fickle browser values.
10 years ago
Grant Nestor 19c9a791cc Pass `options.index` to `OutputArea.register_mime_type` to set `display_order` index
10 years ago
Grant Nestor a4744c696f Expose `OutputArea.mime_types` to allow extensions to calculate `display_order` index
10 years ago
Min RK 38060d001e Merge pull request #1939 from jupyter/static-file-log
10 years ago
Thomas Kluyver 283042c675 Ensure variable is set if exc_info is falsey
10 years ago
Thomas Kluyver 27a2c50adb Merge pull request #1941 from minrk/safe-load
10 years ago
Kyle Kelley 37bd0a7d78 Merge pull request #1877 from jdetle/terminals
10 years ago
John Detlefs 4cdaed7e5b Fix other swagger error
10 years ago
Min RK 316bfdbd1e Catch and log handler exceptions in events.trigger
10 years ago
Min RK 1e070a50f5 don't check origin on token-authenticated requests
10 years ago
Min RK 910caf56e1 Don't check origin on CSP violation reports
10 years ago
Jason Grout ec13af58d7 Add debug log for static file paths
10 years ago
Min RK 7621fae43e include PATH in cross-origin blocking log message
10 years ago
John Detlefs 77252b97a9 Change responses to actual behavior.
10 years ago
Grant Nestor 8d66114992 Change max-width for tables to 150px
10 years ago
Kyle Kelley 391a72dbb8 Merge pull request #1919 from minrk/rm-debug-statement
10 years ago
alexandercbooth fd9cddd82a chore(baseUrl): remove forward slash from path
10 years ago
Min RK 951cfde98b remove leftover print statement
10 years ago
alexandercbooth cf37b9f145 [WIP] chore(baseUrl): add base_url to download_selected
10 years ago
Matthias Bussonnier 50ec132615 Merge pull request #1908 from gnestor/pr/1907
10 years ago
Grant Nestor bbec3d7cc1 Do not overwrite `OutputArea.trusted` on `Notebook.render_cell_output`
10 years ago
Grant Nestor dca820e845 Improve `Notebook.render_cell_output`
10 years ago
Matthias Bussonnier 02740a91ff Merge pull request #1907 from gnestor/master
10 years ago
Min RK 5b70ab976e Merge pull request #1903 from minrk/allow-script-websockets
10 years ago
Grant Nestor 6f929697f3 Add `Notebook.render_cell_output` method
10 years ago
Thomas Kluyver e6fb7e65e9 Merge pull request #1650 from Carreau/predicatable-extensions
10 years ago
Min RK fe86b65183 json_errors should be outermost decorator on API handlers
10 years ago
Min RK 8d7e430b89 Allow websocket connections from scripts
10 years ago
Kyle Kelley 6df840e19d Merge pull request #1879 from minrk/display_data_update
10 years ago
Kyle Kelley 389b0b0730 Merge pull request #1831 from minrk/server-token
10 years ago
Min RK c0a6e41038 support display_id in execute_result
10 years ago
Kyle Kelley bdee765dd3 Merge pull request #1896 from gnestor/mime-json-suffix
10 years ago
Grant Nestor 8e0de400ae Accept JSON output data with mime type "application/*+json"
10 years ago
Steven Silvester 781066a40e Update handler and test
10 years ago
Steven Silvester 8f5a67ad6d Allow kernelspecs to have spaces in them for backward compat
10 years ago
Thomas Kluyver 78dc8a8c7a Fix extending range selection down to markdown cell
10 years ago
Thomas Kluyver 89c6f9e631 Merge pull request #1838 from yuvipanda/xterm-2.0.1
10 years ago
YuviPanda ae5f345d35 Remove deprecated xterm.js constructor params
10 years ago
Jim Kitchen c5a784a982 Fix bug when attempting to remove old nbserver info files
10 years ago
Min RK bff750397c clarify some variable names
10 years ago
Min RK 0c90391f8a handle display-updates as updates
10 years ago
Min RK 4439a19d24 test display_id handling
10 years ago
Min RK a7a30c3bde fix handling of display_id repeats in a single output area
10 years ago
Min RK 5b2279c192 support repeat displays with id
10 years ago
Min RK f82f2568f5 Support update_display
10 years ago
John Detlefs ab8decfd40 Add terminals info to notebook api
10 years ago
Thomas Kluyver ee4b9ce598 Allow None for post_save_hook
10 years ago
Matthias Bussonnier 606b7377ae Merge pull request #1866 from gnestor/register-mime-type
10 years ago
Ryan Morshead 15a37c9ba7 fix for default value changes in ipython/traitlets/pull/332
10 years ago
Matthias Bussonnier 64d996f820 Merge pull request #1855 from minrk/rate-limit
10 years ago
Matthias Bussonnier 8d666c603f Merge pull request #1863 from Carreau/rtl-action-toggle
10 years ago
Matthias Bussonnier a1c6e8fc86 Merge pull request #1865 from minrk/clear-editable-deletable
10 years ago
Grant Nestor 4cf93c8c57 Add a `register_mime_type` method to OutputArea
10 years ago
Min RK b058209984 strip default metadata in Cell.toJSON
10 years ago
Min RK 61afdb7432 don't set default editable/deletable metadata
10 years ago
Matthias Bussonnier 04a431a77e Add a quick action to have the possibility to toggle rtl-layout.
10 years ago
Thomas Kluyver 2e14975d1f Merge pull request #1861 from minrk/notebook-mime-type
10 years ago
Min RK 8daac20e22 set notebook mime-type on download links
10 years ago
Matthias Bussonnier a68f3c0aef Merge pull request #1858 from gnestor/table-hover
10 years ago
Grant Nestor 795e267aab Add hover styles to HTML table row
10 years ago
Min RK 3be8697b48 iopub rate limit refinements
10 years ago
Thomas Kluyver 1de0423448 Improve performance of directory listing
10 years ago
Min RK 0f05b2bf26 display_id comes from transient dict, not top-level
10 years ago
Min RK 30d3406f54 allow updating display_data messages in-place using display_id
10 years ago
Kyle Kelley 2456687a12 Merge pull request #1826 from minrk/cell-clears-callbacks
10 years ago
Min RK dde1a77ef1 Merge pull request #1846 from gnestor/iopub-rate-limit
10 years ago
Grant Nestor d97000f8b1 Set finite rate limits for iopub
10 years ago
Min RK 5d5d063746 Look for token in Authorization header
10 years ago
Min RK bf249669e1 call it token
10 years ago
Min RK 5a6d7556af allow entering login token at password prompt
10 years ago
Min RK cd3c6c1b8a use one-time token for opening browser
10 years ago
Min RK 3ba68d8cb7 enable token-authentication by default
10 years ago
Min RK 6c5cca1328 Make login_available method LoginHandler.get_login_available
10 years ago
Thomas Kluyver cb88603ff1 Merge pull request #1837 from gnestor/busy-favicon
10 years ago
Grant Nestor b5cff95619 Don't change title when busy
10 years ago
Grant Nestor e832689923 Change favicon when busy
10 years ago
Grant Nestor d2a6221c23 Fix: Carriage symbol should behave like in console
10 years ago
Min RK 1c930b1b9c don’t clear callbacks for cell output until next execute
10 years ago
Thomas Kluyver f8f53ee805 Merge pull request #1807 from minrk/set-dirty-output
10 years ago
Min RK 22b3efb39d set dirty flag when output arrives
10 years ago
Min RK 92d3f4235d Merge pull request #1359 from blink1073/generic-session
10 years ago
Matthias Bussonnier 558ed9a6db Merge pull request #1769 from gnestor/persist-header-toggle
10 years ago
Ashish Dahiya c38c476df8 Create ws_url from wsUrl attribute. If wsUrl is not found, fallback to location.host
10 years ago
Ashish Dahiya 67215cf8a7 Set ws-url data attribute to access notebook terminal via a specific base URL for websockets
10 years ago
Matthias Bussonnier bf14fc16d4 Merge pull request #1798 from minrk/extension-aliases
10 years ago
Matthias Bussonnier 26471897ef Define SimpleNamespace on python 2
10 years ago
Matthias Bussonnier 5210701803 Add test for predictable extension loading.
10 years ago
Min RK b398d005ad Add base aliases for nbextensions apps
10 years ago
Min RK 3617c5d9b8 Merge pull request #1783 from gnestor/remove-duplicate-dependencies
10 years ago
Matthias Bussonnier 111e41f521 Merge pull request #1776 from gnestor/html-table-styles
10 years ago
spoorthyv 6a3260b435 Updated Jupyter Logos
10 years ago
Grant Nestor bdbfd37b24 Remove `moment` script tags
10 years ago
Matthias Bussonnier dd4b052403 Merge pull request #1482 from yuvipanda/readonly-cells
10 years ago
Grant Nestor 6c1fe1f947 Move toggle logic from property setters in to actions
10 years ago
Grant Nestor a0fd16cc6f `border-width: 1px`
10 years ago
Grant Nestor d411f0ac43 Update table styles to be consistent with JupyterLab
10 years ago
Grant Nestor c656fc0846 Access config via `ConfigWithDefaults` vs. `ConfigSection`
10 years ago
Grant Nestor 61eec926fe Check header and toolbar toggle status after nbconfig loads
10 years ago
Grant Nestor 11d56a23e8 Define `header` and `toolbar` properties for notebook
10 years ago
Thomas Kluyver 179bb24fbf Merge pull request #1728 from minrk/appveyor
10 years ago
Min RK 0b7435b474 add one missing skip_win32 in nbextension symlink tests
10 years ago
Min RK f96feb5e8b fix os.path.samefile backport on py2 + Windows
10 years ago
Thomas Kluyver 83785e3533 Merge pull request #1763 from gnestor/@-operator-codemirror
10 years ago
Grant Nestor 568ba574b0 Merge pull request #1739 from minrk/terminal-logout
10 years ago
Grant Nestor fcb0be27f9 Include `@` operator in Codemirror ipython mode
10 years ago