855 Commits (233f04428df5dcd68efec1cef7ee44a73684f761)

Author SHA1 Message Date
Matthias Bussonnier cc8b3be283 Merge pull request #1055 from minrk/mathjax-mathml
10 years ago
Thomas Kluyver ce3dd80391 Mark thread as daemon in a way that Python 2 supports
10 years ago
Thomas Kluyver c1a2a26551 Mark thread for test server as daemonic
10 years ago
Jonathan Frederic 68cd52bd22 Enable deprecated import of auth/main
10 years ago
Jonathan Frederic b7f6f39b29 Add missing underscore reference
10 years ago
Jonathan Frederic 08e968d7e9 Make events a global singleton
10 years ago
Jonathan Frederic 5b337bbfee Add missing import
10 years ago
Jonathan Frederic dd57cded75 Fix the new deprecated names test
10 years ago
Jonathan Frederic 4b0aa51ce7 Don't load main files - they should never be referenced anyways,
10 years ago
Jonathan Frederic e64f1f9dc2 Dynamically set base url
10 years ago
Jonathan Frederic ac7f19821f @williningc's suggestions
10 years ago
Jonathan Frederic fe5ffc106b Make sure IPython is set on window
10 years ago
Jonathan Frederic 8dba4eccdd Add unit tests for deprecated requirejs API
10 years ago
Jonathan Frederic 41246fcc9d Add an info blurb that prints if the notebook is a dev install
10 years ago
Jonathan Frederic 18edcd3fb4 Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic 03ceccf7a1 Re-add ignore_minified_js
10 years ago
Jonathan Frederic acb2b51051 Allow jquery-ish imports, but log a deprecation warning to the user console.
10 years ago
Jonathan Frederic 964ba151dc Don't redefine global namespace again and again...
10 years ago
Jonathan Frederic f75f648f5e Remove require logging statements
10 years ago
Jonathan Frederic c4c16a76b8 Disallow dynamic loading of jquery and friends
10 years ago
Jonathan Frederic 79489de7c8 Fix content variable conflict - rename to contentModule
10 years ago
Jonathan Frederic 378732e9f3 Get the terminal working
10 years ago
Jonathan Frederic 20b95f9297 Re-add moment
10 years ago
Jonathan Frederic 3750a6a803 Log requirejs usage
10 years ago
Jonathan Frederic c6ccdb31d5 Fix namespace so it is webpacked
10 years ago
Jonathan Frederic d340a794fc Compile services/contents
10 years ago
Jonathan Frederic 3fb25c5915 Explicitly use requirejs where requirejs should be used
10 years ago
Jonathan Frederic e5e8db3670 Load contents dynamically and load jquery-typeahead globally
10 years ago
Jonathan Frederic a83f18255b Use npm to install moment
10 years ago
Jonathan Frederic 1ae63ce185 Load jquery and friends globally
10 years ago
Jonathan Frederic 508804153a Remove ignore minified
10 years ago
Min RK 88a0b832a6 only check for AttributeError on os.geteuid
10 years ago
Min RK b0fa952a82 Merge pull request #1115 from secant/refuse-root
10 years ago
Min RK b0772dd3c7 include SVG mathjax output
10 years ago
Carol Willing ab4a740509 Merge pull request #1113 from minrk/min-width-0
10 years ago
Min RK cc91abf77d Merge pull request #1119 from bjlange/fix-split-kbd-shortcut-help
10 years ago
Min RK 7934f29917 set min-width: 0
10 years ago
Vivian Fang a11f81a1a9 removing windows check, changing error message wording
10 years ago
Vivian Fang 43ff953502 adding windows user check
10 years ago
Vivian Fang 349a7f062e changing OSError to be AttributeError (for windows)
10 years ago
Brian Lange a1acd448ed Replace 'subtract' with '-' in existing tests
10 years ago
Thomas Fors 8d68bdcf25 Change all js throw string to throw error in notebook/static
10 years ago
Brian Lange 7fa84b2fdb Map '-' in non-OSX to text 'Minus'
10 years ago
Brian Lange d840f72b00 Remove duplicate listing for split-cell-at-cursor
10 years ago
Brian Lange 5830139d23 Widen kbd shortcuts so that long shortcuts don't break over 2 lines
10 years ago
Vivian Fang 1d01627cec making allow-root a valid flag
10 years ago
Vivian Fang 3ce8d95ba1 refuse to run as root user
10 years ago
Min RK 620fb29192 Merge pull request #1088 from NHDaly/MultiMove
10 years ago
Min RK 0f111e0a9b Merge pull request #1086 from VladMironov/master
10 years ago
Nathan Daly a595e4338b fixed typo: s/durring/during/g in notebooklist.js
10 years ago
Carol Willing 40d0833869 Fixed reference that was erroring in validator
10 years ago
Nathan Daly 50c388ae5a Expands "Move" button to support moving multiple files together.
10 years ago
Nathan Daly fe478a0ff3 Updated Move Dialog's buttons per #744 for #742.
10 years ago
VladMironov 75cba936aa Add download button at /tree
10 years ago
Diego Mesa 482ed8a5a3 updating log.warn to log.warning
10 years ago
Min RK 2522348b6a remove the 'random' from the random-port message
10 years ago
Min RK a27266ac33 Merge pull request #1076 from takluyver/codemirror-fileext-lowercase
10 years ago
Thomas Kluyver b361d39723 Lowercase file extension before looking it up in CodeMirror
10 years ago
Jonathan Frederic 8d0e61b1fb Focus selected cell after move.
10 years ago
Min RK 8ed64b374e Merge pull request #1066 from Carreau/rmw
10 years ago
Min RK eef1ba8620 Merge pull request #931 from jdfreder/ratelimit
10 years ago
Matthias Bussonnier 7e6b50815e Merge pull request #963 from minrk/indentAutoShortcut
10 years ago
Matthias Bussonnier 0ad67c8b7f Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
10 years ago
Min RK 94986bfd6a scroll long tracebacks to the bottom
10 years ago
Min RK 0b1305e37c plural cell actions
10 years ago
Min RK c5d6e9ee37 Merge pull request #1044 from nvdv/items_deselect
10 years ago
Min RK 7117528dab Merge pull request #744 from captainsafia/fix-dialog-button-layout
10 years ago
Matthias Bussonnier b520b57f2f Merge pull request #1049 from parleur/nested_svg
10 years ago
Min RK b3cab90e9a only scrub SVG output
10 years ago
Min RK 4d64519f12 Merge pull request #969 from minrk/undelete-stack
10 years ago
Min RK 38464ef4dd Merge pull request #987 from minrk/copy-save-first
10 years ago
Pierre Gerold f8d2af1632 draft for nested svg test, not working
10 years ago
Thomas Kluyver 15581d9567 Ensure user site packages is on PYTHONPATH for notebook test server
10 years ago
Pierre Gerold 46d8784afb restore a working 'find' structure
10 years ago
Pierre Gerold a2366dc68f replace the 'find' way into direct inclusion in svg element
10 years ago
Matthias Bussonnier 0d1f981b71 Merge pull request #1036 from minrk/disable-mathjax-renderer-menu
10 years ago
nvdv 1c68cfe490 Deselect items after successful actions on notebook list page.
10 years ago
Nathan Daly ecbeb59f18 adds TODO regarding the fancier UI
10 years ago
Nathan Daly ac9b107e2b changed initial input focus behavior
10 years ago
Nathan Daly ec47775d50 Removed code unnecessary for Move to select the file name up to a period.
10 years ago
Nathan Daly a05b947f8d Switched "Move Items" Cancel/Okay button orders + variable clean-up.
10 years ago
Nathan Daly 4a9e31ed30 Adds a Move button to the notebooklist interface next to Rename.
10 years ago
Jonathan Frederic 2ab768b71b Update to point to widgetsnbextension
10 years ago
Jonathan Frederic 9a3cb11c4e Better error message
10 years ago
Jonathan Frederic ee7dd22ebe Fallback to ipywidgets
10 years ago
Jonathan Frederic e7bc3fcda6 Update the notebook widget hack to reference the new jupyter-js-widgets-nbextension package
10 years ago
Min RK 86db777bd4 disable MathJax renderer selection menu
10 years ago
Min RK de09a93555 Merge pull request #1017 from Carreau/requires-require
10 years ago
Min RK e95e00db9a only import ssl if it's used
10 years ago
Thomas Kluyver 73520656a7 Merge pull request #1011 from minrk/workaround-ff-beforeunload
10 years ago
Matthias Bussonnier 3753bf7f2e Add debug statement for debug.
10 years ago
Matthias Bussonnier e76027af9e Add `require` to list of modules to try fixing kernel.js loading.
10 years ago
Min RK 23b9e0ec81 Workaround Firefox bug showing beforeunload twice
10 years ago
Min RK 435496d290 also check R_OK for hidden directories
10 years ago
Min RK 716708e207 use stat on Windows
10 years ago
Min RK a67315d500 use x-access for directory listing test in is_hidden
10 years ago
Min RK 36ab08523f use _.isEqual to check for metadata changes
10 years ago
Min RK 55ce5083c8 return promises
10 years ago
Min RK 5eec6a5951 fix multi-cell undelete ordering
10 years ago
Min RK f0cb481cb2 add select_cells test utility
10 years ago