555 Commits (84003fb30d7adfaff468be49c00a4d573a8a9588)

Author SHA1 Message Date
Min RK 84003fb30d Merge pull request #1215 from Summersa/master
10 years ago
Min RK 3c4f6e9e74 Merge pull request #1002 from jasongrout/delayevaluation
10 years ago
Jason Grout ab35cf8a3b Reword console log message
10 years ago
Jason Grout 60908dd30d Fix code cell execution code in light of kernel message buffering.
10 years ago
Jason Grout 4a05b1fb8f Implement kernel message buffering for when the websocket is not connected.
10 years ago
summersa d1203448f8 Add option to toggle header on edit page
10 years ago
Min RK 6af49e7875 Merge pull request #1212 from blink1073/fix-lab-scrolling
10 years ago
Min RK b5b50299e8 Merge pull request #1220 from flying-sheep/patch-1
10 years ago
Philipp A df2cab0ec3 fixed and DRYed .rendered_html ol/ul styles
10 years ago
Sylvain Corlay 0f4d3be470 Add missing pager.append function
10 years ago
Steven Silvester 42c1dae7a2 Bump version again
10 years ago
Steven Silvester f1d217fd92 Bump js-plugins dependency to fix scrolling
10 years ago
Steven Silvester 4a48cad90a Make notebook functional and add mathjax
10 years ago
Matthias Bussonnier dcd9027af2 Merge pull request #1180 from takluyver/new-notebook-menu-header
10 years ago
Min RK 3f83ff525b Merge pull request #506 from minrk/limit-output
10 years ago
Min RK 233f04428d Merge pull request #621 from julienr/inline_images
10 years ago
Thomas Kluyver 291e0c101e Adjust styling of dropdown header in new menu
10 years ago
Steven Silvester 5380d8bc05 Add about page
10 years ago
Steven Silvester b2c7430a7a Update to latest plugins
10 years ago
Jonathan Frederic ef0bb2a5c8 Merge pull request #1143 from captainsafia/fix-edit-for-js
10 years ago
Min RK d6b4ef071b Merge pull request #972 from blink1073/add-lab-page
10 years ago
Steven Silvester 80db07a5e2 Remove unused dependency
10 years ago
Steven Silvester 317f102663 Fix setupbase and update to latest plugins
10 years ago
Steven Silvester e663bc3156 Add a jupyter lab page
10 years ago
Min RK 2c4138862f Freeze selection when performing actions on selected items
10 years ago
Julien Rebetez 51cab51f1c Add Copy/Paste cell attachments test
10 years ago
Julien Rebetez cc58b282fd Remove jquery from dependencies since it’s a global
10 years ago
Safia Abdalla 955c3d0c03 Exempt javascript files from files check
10 years ago
Julien Rebetez ea57ff74a6 Explain why we disable caja uri checks on img::src
10 years ago
Julien Rebetez c7186d5c09 Remove unused attachments on manual save
10 years ago
Julien Rebetez a0920c47d8 Simplify attachments handling code by having an attachment attribute in every cell
10 years ago
Julien Rebetez c8266aa507 Fix cell attachments copy/paste
10 years ago
Julien Rebetez ac9a345400 Bump nbformat minor to 4.1 to support attachments
10 years ago
Julien Rebetez 84f38c2cf9 Make attachments textcell-specific
10 years ago
Julien Rebetez c012835e67 Fix 'insert-image' menu item toggling. Instead of disabling the menuitem in unselect, we preventively disable it in Cell.select and let cell subtypes re-enable it when needed.
10 years ago
Julien Rebetez aa460ffecc Fix speed issues when attaching large images
10 years ago
Julien Rebetez 6cc468db52 Add tests for attachments insert menuitem
10 years ago
Julien Rebetez 865de47233 Add Cut/Copy/Paste Cell attachments menu items
10 years ago
Julien Rebetez 646619d5cd Check that we have items in markdown cell paste handler
10 years ago
Julien Rebetez e66ff8f001 Fix drag/drop event handler to be compatible with codemirror 5.8, which
10 years ago
Julien Rebetez b21348f75b Attachments dialog only apply deletion on ‘Apply’.
10 years ago
Julien Rebetez c4bd66e4b2 Nicer attachments editing dialog
10 years ago
Julien Rebetez 22fccff443 Add a new insert-image action and corresponding dialog to insert inline images from menu.
10 years ago
Julien Rebetez 480c90e473 Refactor the inline image drop logic. Preliminary copy/paste support.
10 years ago
Julien Rebetez 13bcdc9095 Keep the attachments even if the cell type changes
10 years ago
Julien Rebetez 1c6f589ff6 Add attachments cell toolbar option which opens a metadata-like JSON editor.
10 years ago
Julien Rebetez 3414b83855 Insert markdown markup for attachments images instead of HTML
10 years ago
Julien Rebetez 398c90b0aa Use the cell ‘attachments’ property instead of ‘metadata.attachments’.
10 years ago
Julien Rebetez 3462b34fca Implement markdown cell attachments. Allow drag’n’drop of images into markdown cells. See #613
10 years ago
Min RK cadcb75602 don't concatenate stream outputs larger than 8k
10 years ago