Ian Rose a0a0686f1f Be a bit more defensive about the event target. 6 年之前
..
application a0a0686f1f Be a bit more defensive about the event target. 6 年之前
application-extension 841ff8e3a8 Simplify application context menu cache, rename to be clearer. 6 年之前
apputils cd0664ae36 Merge pull request #5855 from ian-r-rose/html-viewer 6 年之前
apputils-extension 750eda956f Disambiguate paths dictionary and info dictionary. Move name/namespace/version into JupyterFrontEnd. 6 年之前
attachments 7fc9001689 Publish with 'next' tag 6 年之前
cells 8f06ac0727 Merge pull request #5817 from jasongrout/persist-autoscroll 6 年之前
codeeditor d182c1768d Update following review 6 年之前
codemirror 1377bd1837 Merge pull request #5829 from bollwyvl/codemirror-addspecloader 6 年之前
codemirror-extension 0c68ae2dde Merge pull request #5845 from afshin/jupyter-client 6 年之前
completer 3aa717893f Merge pull request #5858 from ian-r-rose/completer-feature-parity 6 年之前
completer-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
console a6c25041c8 Addressing review comments 6 年之前
console-extension 06ff93dbbc Allow console restoration when session is not running. 6 年之前
coreutils bb800d61d2 Use resolver name instead of page config workspace. Update tree URL function to accept workspace parameter instead of storing it in page config. 6 年之前
csvviewer 755ed7fce8 bug fix in goToLine 6 年之前
csvviewer-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
docmanager ddb6325323 Default behavior for `findWidget`, add tests 6 年之前
docmanager-extension 841ff8e3a8 Simplify application context menu cache, rename to be clearer. 6 年之前
docregistry 6ec836359f More JupyterClient refactoring [WIP] 6 年之前
extensionmanager e99788ac7b Use components in extensionmanager 6 年之前
extensionmanager-extension e1d09f75bf Update extension manager, clean up. 6 年之前
faq-extension 07a0e2100b Make palette and restorer optional in FAQ plugin. 6 年之前
filebrowser feaf44a217 Be a bit more defensive of specs not existing. 6 年之前
filebrowser-extension ab2b14d819 Unbreak tree handler again 6 年之前
fileeditor 9dfc6e4510 Split components into the packages, and plugins into the extensions. 6 年之前
fileeditor-extension 5e10bc6fc1 Minimize file editor extension hard dependencies. 6 年之前
help-extension 750eda956f Disambiguate paths dictionary and info dictionary. Move name/namespace/version into JupyterFrontEnd. 6 年之前
htmlviewer d7ec6ec271 Disallow same origin -- HTML documents now can't query the REST API, 6 年之前
htmlviewer-extension b74575d121 Make palette and restorer optional for HTML viewer extension. 6 年之前
imageviewer 7fc9001689 Publish with 'next' tag 6 年之前
imageviewer-extension 81b4b4af75 Clean up more plugin dependencies. 6 年之前
inspector 7f7e09086f Call onEditorChange when editor is set 6 年之前
inspector-extension 81b4b4af75 Clean up more plugin dependencies. 6 年之前
javascript-extension e9b39ba7ea Don't display any output if Javascript output is empty 6 年之前
json-extension a930534bbf Use InputGroup in json-extension 6 年之前
launcher 18cf8ce821 Update notebook and console launcher items on specs changed. 6 年之前
launcher-extension 4ef87c80fa Rationalize `restored` handling. 6 年之前
mainmenu 7fc9001689 Publish with 'next' tag 6 年之前
mainmenu-extension fa15eb9f41 Add a comment to clarify how quit button functionality works because it checks PageConfig. 6 年之前
markdownviewer 3df8b6e00e Use `MarkdownDocument` as document widget for `MarkdownViewer`. 6 年之前
markdownviewer-extension d787b39009 Merge conflict resolution in markdown viewer extension. 6 年之前
mathjax2 74eb359cf0 [mathjax2] Set charset attribute explicitly 6 年之前
mathjax2-extension 960975d05a Since PageConfig is required for the MathJax extension, throw an error if it cannot initialize. 6 年之前
metapackage 2fde1ca9e1 Merge pull request #5901 from AlbertHilb/MarkdownViewer 6 年之前
notebook 34b7c47401 Fix cell type select for multiple cells 6 年之前
notebook-extension 81b4b4af75 Clean up more plugin dependencies. 6 年之前
observables 7fc9001689 Publish with 'next' tag 6 年之前
outputarea 78e985055a Copy the implementation of fixCarriageReturn from classic notebook. 6 年之前
pdf-extension 38b6df8f13 Improve handling of URI fragment identifiers. 6 年之前
rendermime 0d7438c103 Fixes #5765 Improved header anchors 6 年之前
rendermime-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
rendermime-interfaces 021f08a022 Add note about `fragment` attribute to `IMimeModel` `metadata` documentation. 6 年之前
running feaf44a217 Be a bit more defensive of specs not existing. 6 年之前
running-extension c59e46b814 Simplify LabShell add{...} APIs 6 年之前
services 7345c15fce Fix broken Anaconda link. 6 年之前
settingeditor 363da7f512 Defensively check whether settings exist for the raw editor. 6 年之前
settingeditor-extension 5148cfbee0 Remove superfluous ILabShell reference. 6 年之前
shortcuts-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
statusbar 24a761ec56 Switch ReactElementWidget to function 6 年之前
statusbar-extension 81b4b4af75 Clean up more plugin dependencies. 6 年之前
tabmanager-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
terminal 387e3265ce Delete unnecessary typing now that xterm includes typings. 6 年之前
terminal-extension 0b527faca6 Merge pull request #5917 from ian-r-rose/fault-tolerant-terminal-start 6 年之前
theme-dark-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
theme-light-extension c924c6c604 Clean up theme creation. 6 年之前
tooltip 7fc9001689 Publish with 'next' tag 6 年之前
tooltip-extension 14802a41bc JupyterClient => JupyterFrontEnd 6 年之前
ui-components b9fb7e9794 Accept arbitrary event handler props in ui components 6 年之前
vdom-extension d826d7e122 Merge remote-tracking branch 'origin/master' into pr/jasongrout/5479 6 年之前
vega4-extension 7fc9001689 Publish with 'next' tag 6 年之前