changelog.rst 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  1. .. _changelog:
  2. JupyterLab Changelog
  3. ====================
  4. v1.0.0 (not released yet)
  5. -------------------------
  6. 2019
  7. ^^^^
  8. See the `JupyterLab
  9. 1.0.0 <https://github.com/jupyterlab/jupyterlab/milestone/2?closed=1>`__
  10. milestone on GitHub for the full list of pull requests and issues closed.
  11. Features
  12. ^^^^^^^^
  13. * Enable searching notebooks, code editors, and CSV files. (`#5795 <https://github.com/jupyterlab/jupyterlab/pull/5795>`__, `#5937 <https://github.com/jupyterlab/jupyterlab/pull/5937>`__)
  14. * Add Commands To Open The Main Menus So That They May Be Assigned Keyboard Shortcuts. (`#5910 <https://github.com/jupyterlab/jupyterlab/pull/5910>`__, `#3074 <https://github.com/jupyterlab/jupyterlab/issues/3074>`__)
  15. * Add Insertbefore And Insertafter To Toolbar (`#5896 <https://github.com/jupyterlab/jupyterlab/pull/5896>`__, `#5894 <https://github.com/jupyterlab/jupyterlab/issues/5894>`__)
  16. * Html Viewer (`#5855 <https://github.com/jupyterlab/jupyterlab/pull/5855>`__, `#2369 <https://github.com/jupyterlab/jupyterlab/issues/2369>`__)
  17. * Simplify Inspector. (`#5776 <https://github.com/jupyterlab/jupyterlab/pull/5776>`__, `#5560 <https://github.com/jupyterlab/jupyterlab/issues/5560>`__)
  18. * Allow Keyboard To Trigger Toolbar Button Action (`#5769 <https://github.com/jupyterlab/jupyterlab/pull/5769>`__, `#5757 <https://github.com/jupyterlab/jupyterlab/issues/5757>`__)
  19. * Code Folding (`#5761 <https://github.com/jupyterlab/jupyterlab/pull/5761>`__, `#4083 <https://github.com/jupyterlab/jupyterlab/issues/4083>`__)
  20. * Configure Terminal Font (`#5732 <https://github.com/jupyterlab/jupyterlab/pull/5732>`__)
  21. * Links to CSV cells (`#5727 <https://github.com/jupyterlab/jupyterlab/pull/5727>`__, `#5720 <https://github.com/jupyterlab/jupyterlab/issues/5720>`__)
  22. * Follow File Path Between File Browser And Editor (`#5698 <https://github.com/jupyterlab/jupyterlab/pull/5698>`__, `#4258 <https://github.com/jupyterlab/jupyterlab/issues/4258>`__)
  23. * Add 'name' Flag To Workspaces Import Cli (`#5695 <https://github.com/jupyterlab/jupyterlab/pull/5695>`__, `#5694 <https://github.com/jupyterlab/jupyterlab/issues/5694>`__)
  24. * Creating new folder immediately edits its name (`#5667 <https://github.com/jupyterlab/jupyterlab/pull/5667>`__, `#5666 <https://github.com/jupyterlab/jupyterlab/issues/5666>`__)
  25. * Extension Manager Docs (`#5657 <https://github.com/jupyterlab/jupyterlab/pull/5657>`__)
  26. * Add An Option To Toggle Document Scrolling Behavior (`#5652 <https://github.com/jupyterlab/jupyterlab/pull/5652>`__, `#4429 <https://github.com/jupyterlab/jupyterlab/issues/4429>`__)
  27. * Extension manager sort by composite registry score (`#5649 <https://github.com/jupyterlab/jupyterlab/pull/5649>`__)
  28. * Allow "run All Code"/ "restart Kernel And Run All Code" When Editing Text File (`#5641 <https://github.com/jupyterlab/jupyterlab/pull/5641>`__, `#5579 <https://github.com/jupyterlab/jupyterlab/issues/5579>`__)
  29. * Remove Trust Notebook From Menu (`#5631 <https://github.com/jupyterlab/jupyterlab/pull/5631>`__, `#5354 <https://github.com/jupyterlab/jupyterlab/issues/5354>`__)
  30. * Improve Handling Of Uri Fragment Identifiers (`#5630 <https://github.com/jupyterlab/jupyterlab/pull/5630>`__, `#5599 <https://github.com/jupyterlab/jupyterlab/issues/5599>`__)
  31. * Css: Add Alert, Alert-Info And Alert-Warning Styles (`#5621 <https://github.com/jupyterlab/jupyterlab/pull/5621>`__)
  32. * Add Scrollback As A Terminal Setting (`#5609 <https://github.com/jupyterlab/jupyterlab/pull/5609>`__, `#3985 <https://github.com/jupyterlab/jupyterlab/issues/3985>`__)
  33. * Drag Drop Console Cells Into Notebook (`#5585 <https://github.com/jupyterlab/jupyterlab/pull/5585>`__, `#4847 <https://github.com/jupyterlab/jupyterlab/issues/4847>`__)
  34. * Pressing Ctrl While Dragging Should Copy Files (`#5584 <https://github.com/jupyterlab/jupyterlab/pull/5584>`__, `#3235 <https://github.com/jupyterlab/jupyterlab/issues/3235>`__)
  35. * Add 'Scroll Past End' Notebook Setting (`#5581 <https://github.com/jupyterlab/jupyterlab/pull/5581>`__, `#897 <https://github.com/jupyterlab/jupyterlab/issues/897>`__)
  36. * Drag and drop notebook cells to an editor (`#5571 <https://github.com/jupyterlab/jupyterlab/pull/5571>`__, `#3732 <https://github.com/jupyterlab/jupyterlab/issues/3732>`__)
  37. * Update Documentation For Terminal Copy/paste (`#5541 <https://github.com/jupyterlab/jupyterlab/pull/5541>`__, `#4143 <https://github.com/jupyterlab/jupyterlab/issues/4143>`__)
  38. * Codemirror: Add Config Options To Style Selection (`#5529 <https://github.com/jupyterlab/jupyterlab/pull/5529>`__, `#5528 <https://github.com/jupyterlab/jupyterlab/issues/5528>`__)
  39. * Add "go To Line" And "find" Capabilities To Csvviewer (`#5523 <https://github.com/jupyterlab/jupyterlab/pull/5523>`__)
  40. * Add Statusbar (`#5508 <https://github.com/jupyterlab/jupyterlab/pull/5508>`__, `#5352 <https://github.com/jupyterlab/jupyterlab/issues/5352>`__, `#5514 <https://github.com/jupyterlab/jupyterlab/pull/5514>`__, `#5577 <https://github.com/jupyterlab/jupyterlab/pull/5577>`__, `#5525 <https://github.com/jupyterlab/jupyterlab/pull/5525>`__)
  41. * Add 'new Folder' Item To Filebrowser Context Menu (`#5447 <https://github.com/jupyterlab/jupyterlab/pull/5447>`__)
  42. Bugs Fixed
  43. ^^^^^^^^^^
  44. * Fix Focus Issues When Focusing Away From A Notebook In Edit Mode. (`#5925 <https://github.com/jupyterlab/jupyterlab/pull/5925>`__)
  45. * Start A New Terminal If Connecting To An Old One Fails. (`#5917 <https://github.com/jupyterlab/jupyterlab/pull/5917>`__)
  46. * Remove Initialcommand From Args Of Terminal Creation. (`#5916 <https://github.com/jupyterlab/jupyterlab/pull/5916>`__)
  47. * Once More With Carriage Returns (`#5907 <https://github.com/jupyterlab/jupyterlab/pull/5907>`__, `#4822 <https://github.com/jupyterlab/jupyterlab/issues/4822>`__)
  48. * Update Launcher On Specs Change (`#5904 <https://github.com/jupyterlab/jupyterlab/pull/5904>`__, `#5676 <https://github.com/jupyterlab/jupyterlab/issues/5676>`__)
  49. * Fix Bug Output View Not Closing With Associated Window (`#5882 <https://github.com/jupyterlab/jupyterlab/pull/5882>`__, `#5873 <https://github.com/jupyterlab/jupyterlab/issues/5873>`__)
  50. * Fix Navigate Behavior (`#5880 <https://github.com/jupyterlab/jupyterlab/pull/5880>`__)
  51. * When A Session Is Disposed, Also Unset Any Busy Status. (`#5853 <https://github.com/jupyterlab/jupyterlab/pull/5853>`__, `#5244 <https://github.com/jupyterlab/jupyterlab/issues/5244>`__)
  52. * Account For Tree Urls When There Is A Workspace Collision. (`#5830 <https://github.com/jupyterlab/jupyterlab/pull/5830>`__, `#5214 <https://github.com/jupyterlab/jupyterlab/issues/5214>`__)
  53. * Keep Autoscroll Behavior When Clearing Cell Output. (`#5817 <https://github.com/jupyterlab/jupyterlab/pull/5817>`__, `#4028 <https://github.com/jupyterlab/jupyterlab/issues/4028>`__)
  54. * Show Correct File Type For Reload And Revert Dialogs (`#5746 <https://github.com/jupyterlab/jupyterlab/pull/5746>`__)
  55. * Reject Instancetracker#add() If Added Widget Is Already Disposed. (`#5724 <https://github.com/jupyterlab/jupyterlab/pull/5724>`__)
  56. * Don't Display Any Output If Javascript Output Is Empty (`#5706 <https://github.com/jupyterlab/jupyterlab/pull/5706>`__, `#5404 <https://github.com/jupyterlab/jupyterlab/issues/5404>`__)
  57. * Completer Feature Parity (`#5858 <https://github.com/jupyterlab/jupyterlab/pull/5858>`__, `#4305 <https://github.com/jupyterlab/jupyterlab/issues/4305>`__, `#4165 <https://github.com/jupyterlab/jupyterlab/issues/4165>`__, `#2360 <https://github.com/jupyterlab/jupyterlab/issues/2360>`__)
  58. * Honor Body Data Upon First Call To Pageconfig.getoption() (`#5800 <https://github.com/jupyterlab/jupyterlab/pull/5800>`__, `#5799 <https://github.com/jupyterlab/jupyterlab/issues/5799>`__)
  59. * Relative Non File Paths (`#5814 <https://github.com/jupyterlab/jupyterlab/pull/5814>`__)
  60. * Make Jupyterlab Default Ui When Running Jupyter-Labhub (`#5865 <https://github.com/jupyterlab/jupyterlab/pull/5865>`__)
  61. * Clean Up Schemas, Setting Editor Toolbar. (`#5820 <https://github.com/jupyterlab/jupyterlab/pull/5820>`__, `#5372 <https://github.com/jupyterlab/jupyterlab/issues/5372>`__)
  62. * Passing 'noopener' To Window.open() Always Returns Null, Breaking Exporting (`#5771 <https://github.com/jupyterlab/jupyterlab/pull/5771>`__)
  63. * Find Editor Widgets (`#5758 <https://github.com/jupyterlab/jupyterlab/pull/5758>`__)
  64. * Add scrolling to cell tools (`#5707 <https://github.com/jupyterlab/jupyterlab/pull/5707>`__, `#5685 <https://github.com/jupyterlab/jupyterlab/issues/5685>`__)
  65. * Optimize Editor Refresh On Notebook Show (`#5700 <https://github.com/jupyterlab/jupyterlab/pull/5700>`__, `#4292 <https://github.com/jupyterlab/jupyterlab/issues/4292>`__, `#2639 <https://github.com/jupyterlab/jupyterlab/issues/2639>`__)
  66. * Properly Dispose Of Text Model On Disposal. (`#5686 <https://github.com/jupyterlab/jupyterlab/pull/5686>`__, `#5664 <https://github.com/jupyterlab/jupyterlab/issues/5664>`__)
  67. * Fix Doc Links (`#5677 <https://github.com/jupyterlab/jupyterlab/pull/5677>`__, `#5602 <https://github.com/jupyterlab/jupyterlab/issues/5602>`__)
  68. * [Html] External Links Should Add Rel="noopener" (`#5656 <https://github.com/jupyterlab/jupyterlab/pull/5656>`__, `#5655 <https://github.com/jupyterlab/jupyterlab/issues/5655>`__)
  69. * Remove Download Link For Directories (`#5637 <https://github.com/jupyterlab/jupyterlab/pull/5637>`__, `#1816 <https://github.com/jupyterlab/jupyterlab/issues/1816>`__)
  70. * Menu Entries Highlight On Mouse Over (`#5629 <https://github.com/jupyterlab/jupyterlab/pull/5629>`__, `#5509 <https://github.com/jupyterlab/jupyterlab/issues/5509>`__)
  71. * Fix code snippet highlighting in markdown lists (`#5628 <https://github.com/jupyterlab/jupyterlab/pull/5628>`__, `#5616 <https://github.com/jupyterlab/jupyterlab/issues/5616>`__)
  72. * Fix Linecol Functionality (`#5625 <https://github.com/jupyterlab/jupyterlab/pull/5625>`__)
  73. * Css: Make Ansi "inverse" Work On Dark Theme (`#5623 <https://github.com/jupyterlab/jupyterlab/pull/5623>`__)
  74. * Retain Windows file line endings (`#5622 <https://github.com/jupyterlab/jupyterlab/pull/5622>`__, `#4464 <https://github.com/jupyterlab/jupyterlab/issues/4464>`__, `#3901 <https://github.com/jupyterlab/jupyterlab/issues/3901>`__, `#3706 <https://github.com/jupyterlab/jupyterlab/issues/3706>`__)
  75. * Change File Mod Time Hover To Use Local/locale Time Format (`#5567 <https://github.com/jupyterlab/jupyterlab/pull/5567>`__)
  76. * Commandpalette Highlight Fix (`#5565 <https://github.com/jupyterlab/jupyterlab/pull/5565>`__, `#5561 <https://github.com/jupyterlab/jupyterlab/issues/5561>`__)
  77. * Fix _changekernel Bug When Session Dead (`#5551 <https://github.com/jupyterlab/jupyterlab/pull/5551>`__)
  78. * Clear ``*`` Prompt From Console Cells That Are Not Going To Be Executed (`#5550 <https://github.com/jupyterlab/jupyterlab/pull/5550>`__, `#4916 <https://github.com/jupyterlab/jupyterlab/issues/4916>`__)
  79. * Fix Alignment Of Latex/mathjax Output Cells (`#5547 <https://github.com/jupyterlab/jupyterlab/pull/5547>`__, `#5276 <https://github.com/jupyterlab/jupyterlab/issues/5276>`__)
  80. * Make Dom Ids Begin With Prefix 'id-' (`#5539 <https://github.com/jupyterlab/jupyterlab/pull/5539>`__, `#5139 <https://github.com/jupyterlab/jupyterlab/issues/5139>`__)
  81. * File Browser Now Ignores Case In Keyboard Navigation. (`#5535 <https://github.com/jupyterlab/jupyterlab/pull/5535>`__, `#2676 <https://github.com/jupyterlab/jupyterlab/issues/2676>`__)
  82. * Fix Command Header Style (`#5510 <https://github.com/jupyterlab/jupyterlab/pull/5510>`__)
  83. * Replace Ansi_up With Code From Classic Notebook (`#5336 <https://github.com/jupyterlab/jupyterlab/pull/5336>`__, `#3773 <https://github.com/jupyterlab/jupyterlab/issues/3773>`__)
  84. Upgrades
  85. ^^^^^^^^
  86. * Update Xterm.js To 3.10.1 (`#5922 <https://github.com/jupyterlab/jupyterlab/pull/5922>`__, `#2581 <https://github.com/jupyterlab/jupyterlab/pull/2581>`__)
  87. * Update To Typescript 3.3 (`#5929 <https://github.com/jupyterlab/jupyterlab/pull/5929>`__)
  88. * Upgrade Codemirror From 5.39 To 5.42 (`#5692 <https://github.com/jupyterlab/jupyterlab/pull/5692>`__, `#5588 <https://github.com/jupyterlab/jupyterlab/issues/5588>`__)
  89. * Update Marked To 0.5.1 (`#5490 <https://github.com/jupyterlab/jupyterlab/pull/5490>`__, `#5375 <https://github.com/jupyterlab/jupyterlab/issues/5375>`__)
  90. For Developers
  91. ^^^^^^^^^^^^^^
  92. * Create Jupyterfrontend Class. (`#5845 <https://github.com/jupyterlab/jupyterlab/pull/5845>`__, `#5919 <https://github.com/jupyterlab/jupyterlab/pull/5919>`__)
  93. * Use ``markdowndocument`` As Document Widget For ``markdownviewer``. (`#5918 <https://github.com/jupyterlab/jupyterlab/pull/5918>`__)
  94. * Rewrite ``markdownviewer`` As A Standard Extension (`#5901 <https://github.com/jupyterlab/jupyterlab/pull/5901>`__, `#3940 <https://github.com/jupyterlab/jupyterlab/issues/3940>`__)
  95. * Allow Registering Additional Codemirror Mode Loaders (`#5829 <https://github.com/jupyterlab/jupyterlab/pull/5829>`__)
  96. * Add List Of Commands To Keyboard Shortcut Description. (`#5812 <https://github.com/jupyterlab/jupyterlab/pull/5812>`__, `#5562 <https://github.com/jupyterlab/jupyterlab/issues/5562>`__)
  97. * Move Console Foreign Handler To Its Own Plugin (`#5711 <https://github.com/jupyterlab/jupyterlab/pull/5711>`__)
  98. * Remove Prefixes For Loaders (`#5709 <https://github.com/jupyterlab/jupyterlab/pull/5709>`__, `#4406 <https://github.com/jupyterlab/jupyterlab/issues/4406>`__)
  99. * Add ``@jupyterlab/ui-Components`` Package (`#5538 <https://github.com/jupyterlab/jupyterlab/pull/5538>`__)
  100. * Ignore Editor Temp Files For File Watching In Dev Mode (`#5536 <https://github.com/jupyterlab/jupyterlab/pull/5536>`__)
  101. * Make Button Parameterized In Showerror (`#5513 <https://github.com/jupyterlab/jupyterlab/pull/5513>`__)
  102. * Theme Refactor (`#5505 <https://github.com/jupyterlab/jupyterlab/pull/5505>`__)
  103. * Improve how to use React (`#5479 <https://github.com/jupyterlab/jupyterlab/pull/5479>`__, `#5766 <https://github.com/jupyterlab/jupyterlab/issues/5766>`__)
  104. * Rewrite Settings and Keyboard Shortcuts systems (`#5470 <https://github.com/jupyterlab/jupyterlab/pull/5470>`__, `#5298 <https://github.com/jupyterlab/jupyterlab/issues/5298>`__)
  105. * Add A Dependency Graph Generator To Buildutils. (`#5465 <https://github.com/jupyterlab/jupyterlab/pull/5465>`__)
  106. * Refactor The Share Link Command To Separate Plugin so it can be overridden (`#5460 <https://github.com/jupyterlab/jupyterlab/pull/5460>`__, `#5388 <https://github.com/jupyterlab/jupyterlab/issues/5388>`__)
  107. * New Search Plugin Registry (api still evolving) (`#5795 <https://github.com/jupyterlab/jupyterlab/pull/5795>`__)
  108. `v0.35.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.35.0>`__
  109. ---------------------------------------------------------------------------
  110. October 3, 2018
  111. ^^^^^^^^^^^^^^^
  112. See the `JupyterLab
  113. 0.35.0 <https://github.com/jupyterlab/jupyterlab/milestone/18?closed=1>`__
  114. milestone on GitHub for the full list of pull requests and issues closed.
  115. Features
  116. ^^^^^^^^
  117. * A notebook cell can now be readonly, reflecting its ``enabled`` metadata. (`#5401 <https://github.com/jupyterlab/jupyterlab/pull/5401>`__, `#1312 <https://github.com/jupyterlab/jupyterlab/issues/1312>`__)
  118. * Add "Go To Line" in the Edit menu for text editors. (`#5377 <https://github.com/jupyterlab/jupyterlab/pull/5377>`__)
  119. * Sidebar panels can now be switched between left and right sidebars. Right-click on a sidebar tab to move it to the other sidebar. (`#5347 <https://github.com/jupyterlab/jupyterlab/pull/5347>`__, `#5054 <https://github.com/jupyterlab/jupyterlab/issues/5054>`__, `#3707 <https://github.com/jupyterlab/jupyterlab/issues/3707>`__)
  120. * Make the sidebar a bit narrower, and make the minimum width adjustable from a theme. (`#5245 <https://github.com/jupyterlab/jupyterlab/pull/5245>`__)
  121. * Populate the File, Export Notebook As... submenu from the server nbconvert capabilities. (`#5217 <https://github.com/jupyterlab/jupyterlab/pull/5217>`__)
  122. * Server contents managers can now tell JupyterLab to open files as notebooks. For example, several custom contents managers save and open notebooks as Markdown files. (`#5247 <https://github.com/jupyterlab/jupyterlab/pull/5247>`__, `#4924 <https://github.com/jupyterlab/jupyterlab/issues/4924>`__)
  123. * Add a command-line interface for managing workspaces. (`#5166 <https://github.com/jupyterlab/jupyterlab/pull/5166>`__)
  124. * Allow safe inline CSS styles in Markdown. (`#5012 <https://github.com/jupyterlab/jupyterlab/pull/5012>`__, `#1812 <https://github.com/jupyterlab/jupyterlab/issues/1812>`__)
  125. * Add Quit to File menu when appropriate. (`#5226 <https://github.com/jupyterlab/jupyterlab/pull/5226>`__, `#5252 <https://github.com/jupyterlab/jupyterlab/pull/5252>`__, `#5246 <https://github.com/jupyterlab/jupyterlab/issues/5246>`__, `#5280 <https://github.com/jupyterlab/jupyterlab/pull/5280>`__)
  126. * Rework extension manager user experience. (`#5147 <https://github.com/jupyterlab/jupyterlab/pull/5147>`__, `#5042 <https://github.com/jupyterlab/jupyterlab/issues/5042>`__)
  127. Dark theme
  128. ^^^^^^^^^^
  129. * Show a dark splash screen when using a dark theme. (`#5339 <https://github.com/jupyterlab/jupyterlab/pull/5339>`__, `#5338 <https://github.com/jupyterlab/jupyterlab/issues/5338>`__, `#5403 <https://github.com/jupyterlab/jupyterlab/pull/5403>`__)
  130. * Fix code completion menu for a dark theme. (`#5364 <https://github.com/jupyterlab/jupyterlab/pull/5364>`__, `#5349 <https://github.com/jupyterlab/jupyterlab/issues/5349>`__)
  131. * Style CSV viewer for a dark theme. (`#5304 <https://github.com/jupyterlab/jupyterlab/pull/5304>`__, `#3456 <https://github.com/jupyterlab/jupyterlab/issues/3456>`__)
  132. * Make Matplotlib figures legible in a dark theme. (`#5232 <https://github.com/jupyterlab/jupyterlab/pull/5232>`__)
  133. * Fix notebook cell dropdown legibility in a dark theme. (`#5168 <https://github.com/jupyterlab/jupyterlab/issues/5168>`__)
  134. Bug fixes
  135. ^^^^^^^^^
  136. * Various save options in the file menu and toolbar are now disabled when a file is not writable. (`#5376 <https://github.com/jupyterlab/jupyterlab/pull/5376>`__, `#5391 <https://github.com/jupyterlab/jupyterlab/pull/5391>`__)
  137. * Kernel selector dialog no longer cuts off kernel names. (`#5260 <https://github.com/jupyterlab/jupyterlab/pull/5260>`__, `#5181 <https://github.com/jupyterlab/jupyterlab/issues/5181>`__)
  138. * Fix focus issues with the toolbar. (`#5344 <https://github.com/jupyterlab/jupyterlab/pull/5344>`__, `#5324 <https://github.com/jupyterlab/jupyterlab/pull/5324>`__, `#2995 <https://github.com/jupyterlab/jupyterlab/issues/2995>`__, `#5328 <https://github.com/jupyterlab/jupyterlab/pull/5328>`__)
  139. * Fix toolbar button enabled/disabled status. (`#5278 <https://github.com/jupyterlab/jupyterlab/pull/5278>`__)
  140. * Table alignment is now respected in Markdown. (`#5301 <https://github.com/jupyterlab/jupyterlab/pull/5301>`__, `#3180 <https://github.com/jupyterlab/jupyterlab/issues/3180>`__)
  141. * Fix syntax highlighting for Markdown lists. (`#5297 <https://github.com/jupyterlab/jupyterlab/pull/5297>`__, `#2741 <https://github.com/jupyterlab/jupyterlab/issues/2741>`__)
  142. * Use the current filebrowser instead of the default one for various commands. (`#5390 <https://github.com/jupyterlab/jupyterlab/pull/5390>`__)
  143. * Fix escaping in link handling to conform to Markdown syntax. This means that spaces in link references now need to be encoded as ``%20``. (`#5383 <https://github.com/jupyterlab/jupyterlab/pull/5383>`__, `#5340 <https://github.com/jupyterlab/jupyterlab/pull/5340>`__, `#5153 <https://github.com/jupyterlab/jupyterlab/issues/5153>`__)
  144. Build system
  145. ^^^^^^^^^^^^
  146. * Use Typescript 3.1. (`#5360 <https://github.com/jupyterlab/jupyterlab/pull/5360>`__)
  147. * Use Lerna 3.2.1. (`#5262 <https://github.com/jupyterlab/jupyterlab/pull/5262>`__)
  148. * Node >=6.11.5 is now required. (`#5227 <https://github.com/jupyterlab/jupyterlab/pull/5227>`__)
  149. * Pin vega-embed version to 3.18.2. (`#5342 <https://github.com/jupyterlab/jupyterlab/pull/5342>`__)
  150. * Use Jest for services tests. (`#5251 <https://github.com/jupyterlab/jupyterlab/pull/5251>`__, `#5282 <https://github.com/jupyterlab/jupyterlab/pull/5282>`__)
  151. * Make it easier for third party extensions to use the JupyterLab test app and testing utilities. (`#5415 <https://github.com/jupyterlab/jupyterlab/pull/5415>`__)
  152. * Fix ``jupyter lab clean`` on Windows. (`#5400 <https://github.com/jupyterlab/jupyterlab/pull/5400>`__, `#5397 <https://github.com/jupyterlab/jupyterlab/issues/5397>`__)
  153. * Fix ``jupyter lab build`` on NFS. (`#5237 <https://github.com/jupyterlab/jupyterlab/pull/5237>`__, `#5233 <https://github.com/jupyterlab/jupyterlab/issues/5233>`__)
  154. * Build wheels for Python 3 only. (`#5287 <https://github.com/jupyterlab/jupyterlab/pull/5287>`__)
  155. * Migrate to using ``jupyterlab_server`` instead of ``jupyterlab_launcher`` and fix the app example. (`#5316 <https://github.com/jupyterlab/jupyterlab/pull/5316>`__)
  156. * Move Mathjax 2 typesetter to a library package. (`#5259 <https://github.com/jupyterlab/jupyterlab/pull/5259>`__, `#5257 <https://github.com/jupyterlab/jupyterlab/issues/5257>`__)
  157. For Developers
  158. ^^^^^^^^^^^^^^
  159. * Default toolbar buttons can be overridden, and mime renderers can now specify toolbar buttons. (`#5398 <https://github.com/jupyterlab/jupyterlab/pull/5398>`__, `#5370 <https://github.com/jupyterlab/jupyterlab/pull/5370>`__, `#5363 <https://github.com/jupyterlab/jupyterlab/issues/5363>`__)
  160. * A JupyterLab application instance can now be given a document registry, service manager, and command linker. (`#5291 <https://github.com/jupyterlab/jupyterlab/pull/5291>`__)
  161. `v0.34.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.34.0>`__
  162. ---------------------------------------------------------------------------
  163. August 18, 2018
  164. ^^^^^^^^^^^^^^^
  165. See the `JupyterLab
  166. 0.34.0 <https://github.com/jupyterlab/jupyterlab/milestone/16?closed=1>`__
  167. milestone on GitHub for the full list of pull requests and issues closed.
  168. Key Features
  169. ^^^^^^^^^^^^
  170. * Notebooks, consoles, and text files now have access to completions for local
  171. tokens.
  172. * Python 3.5+ is now required to use JupyterLab. Python 2 kernels can still be
  173. run within JupyterLab.
  174. * Added the pipe (``|``) character as a CSV delimiter option.
  175. * Added "Open From Path..."" to top level ``File`` menu.
  176. * Added "Copy Download Link" to context menu for files.
  177. Changes for Developers
  178. ^^^^^^^^^^^^^^^^^^^^^^
  179. * Notebooks, consoles, and text files now have access to completions for local
  180. tokens. If a text file has a running kernel associated with its path (as
  181. happens with an attached console), it also gets completions and tooltips from
  182. that kernel. (`#5049 <https://github.com/jupyterlab/jupyterlab/pull/5049>`__)
  183. * The ``FileBrowser`` widget has a new constructor option ``refreshInterval``,
  184. allowing the creator to customize how often the widget polls the storage
  185. backend. This can be useful to prevent rate-limiting in certain contexts.
  186. (`#5048 <https://github.com/jupyterlab/jupyterlab/pull/5048>`__)
  187. * The application shell now gets a pair of CSS data attributes indicating the
  188. current theme, and whether it is light or dark. Extension authors can write
  189. CSS rules targeting these to have their extension UI elements respond to the
  190. application theme. For instance, to write a rule targeting whether the theme
  191. is overall light or dark, you can use
  192. .. code:: css
  193. [data-theme-light="true"] your-ui-class {
  194. background-color: white;
  195. }
  196. [data-theme-light="false"] your-ui-class {
  197. background-color: black;
  198. }
  199. The theme name can also be targeted by writing CSS rules for
  200. ``data-theme-name``. (`#5078
  201. <https://github.com/jupyterlab/jupyterlab/pull/5078>`__)
  202. * The ``IThemeManager`` interface now exposes a signal for ``themeChanged``,
  203. allowing extension authors to react to changes in the theme. Theme extensions
  204. must also provide a new boolean property ``isLight``, declaring whether they are
  205. broadly light colored. This data allows third-party extensions to react better
  206. to the active application theme. (`#5078
  207. <https://github.com/jupyterlab/jupyterlab/pull/5078>`__)
  208. * Added a patch to update the ``uploads`` for each ``FileBrowserModel`` instantly
  209. whenever a file upload errors. Previously, the upload that erred was only
  210. being removed from uploads upon an update. This would allow the status bar
  211. component and other extensions that use the ``FileBrowserModel`` to be more
  212. precise. (`#5077 <https://github.com/jupyterlab/jupyterlab/pull/5077>`__)
  213. * Cell IDs are now passed in the shell message as part of the cell metadata when
  214. a cell is executed. This helps in developing reactive kernels. (`#5033
  215. <https://github.com/jupyterlab/jupyterlab/pull/5033>`__)
  216. * The IDs of all deleted cells since the last run cell are now passed as part of
  217. the cell metadata on execution. The IDs of deleted cells since the last run
  218. cell are stored as ``deletedCells`` in ``NotebookModel``. This helps in
  219. developing reactive kernels. (`#5037
  220. <https://github.com/jupyterlab/jupyterlab/pull/5037>`__)
  221. * The ``ToolbarButton`` in ``apputils`` has been refactored with an API change
  222. and now uses a React component ``ToolbarButtonComponent`` to render its
  223. children. It is now a ``div`` with a single ``button`` child, which in turn as
  224. two ``span`` elements for an icon and text label. Extensions that were using
  225. the ``className`` options should rename it as ``iconClassName``. The
  226. ``className`` options still exists, but it used as the CSS class on the
  227. ``button`` element itself. The API changes were done to accommodate styling
  228. changes to the button. (`#5117
  229. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  230. * The ``Toolbar.createFromCommand`` function has been replaced by a dedicated
  231. ``ToolbarButton`` subclass called ``CommandToolbarButton``, that wraps a similarly
  232. named React component. (`#5117
  233. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  234. * The design and styling of the right and left sidebars tabs has been improved
  235. to address `#5054 <https://github.com/jupyterlab/jupyterlab/issues/50>`__.
  236. We are now using icons to render tabs for the extensions we ship with
  237. JupyterLab and extension authors are encouraged to do the same (text labels
  238. still work). Icon based tabs can be used by removing ``widget.caption`` and
  239. adding ``widget.iconClass = '<youriconclass> jp-SideBar-tabIcon';``. (`#5117
  240. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  241. * The style of buttons in JupyterLab has been updated to a borderless design.
  242. (`#5117 <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  243. * A new series of helper CSS classes for stying SVG-based icons at different
  244. sizes has been added: ``jp-Icon``, ``jp-Icon-16``, ``jp-Icon-18``, ``jp-Icon-20``.
  245. * The rank of the default sidebar widget has been updated. The main change is
  246. giving the extension manager a rank of ``1000`` so that it appears at the end of
  247. the default items.
  248. * Python 3.5+ is now required to use JupyterLab. Python 2 kernels can still be
  249. run within JupyterLab. (`#5119
  250. <https://github.com/jupyterlab/jupyterlab/pull/5119>`__)
  251. * JupyterLab now uses ``yarn 1.9.4`` (aliased as ``jlpm``), which now allows uses to
  252. use Node 10+. (`#5121
  253. <https://github.com/jupyterlab/jupyterlab/pull/5121>`__)
  254. * Clean up handling of ``baseUrl`` and ``wsURL`` for ``PageConfig`` and
  255. ``ServerConnection``. (`#5111
  256. <https://github.com/jupyterlab/jupyterlab/pull/5111>`__)
  257. Other Changes
  258. ^^^^^^^^^^^^^
  259. * Added the pipe (``|``) character as a CSV delimiter option. (`#5112
  260. <https://github.com/jupyterlab/jupyterlab/pull/5112>`__)
  261. * Added ``Open From Path...`` to top level ``File`` menu. (`#5108
  262. <https://github.com/jupyterlab/jupyterlab/pull/5108>`__)
  263. * Added a ``saveState`` signal to the document context object. (`#5096
  264. <https://github.com/jupyterlab/jupyterlab/pull/5096>`__)
  265. * Added "Copy Download Link" to context menu for files. (`#5089
  266. <https://github.com/jupyterlab/jupyterlab/pull/5089>`__)
  267. * Extensions marked as ``deprecated`` are no longer shown in the extension
  268. manager. (`#5058 <https://github.com/jupyterlab/jupyterlab/pull/5058>`__)
  269. * Remove ``In`` and ``Out`` text from cell prompts. Shrunk the prompt width from
  270. 90px to 64px. In the light theme, set the prompt colors of executed console
  271. cells to active prompt colors and reduced their opacity to 0.5. In the dark
  272. theme, set the prompt colors of executed console cells to active prompt colors
  273. and set their opacity to 1. (`#5097
  274. <https://github.com/jupyterlab/jupyterlab/pull/5097>`__ and `#5130
  275. <https://github.com/jupyterlab/jupyterlab/pull/5130>`__)
  276. Bug Fixes
  277. ^^^^^^^^^
  278. * Fixed a bug in the rendering of the "New Notebook" item of the command
  279. palette. (`#5079 <https://github.com/jupyterlab/jupyterlab/pull/5079>`__)
  280. * We only create the extension manager widget if it is enabled. This prevents
  281. unnecessary network requests to ``npmjs.com``.
  282. (`#5075 <https://github.com/jupyterlab/jupyterlab/pull/5075>`__)
  283. * The ``running`` panel now shows the running sessions at startup. (`#5118
  284. <https://github.com/jupyterlab/jupyterlab/pull/5118>`__)
  285. * Double clicking a file in the file browser always opens it rather than
  286. sometimes selecting it for a rename. (`#5101
  287. <https://github.com/jupyterlab/jupyterlab/pull/5101>`__)
  288. `v0.33.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.33.0>`__
  289. ---------------------------------------------------------------------------
  290. July 26, 2018
  291. ^^^^^^^^^^^^^
  292. See the `JupyterLab
  293. 0.33.0 <https://github.com/jupyterlab/jupyterlab/milestone/12?closed=1>`__
  294. milestone on GitHub for the full list of pull requests and issues
  295. closed.
  296. Key Features:
  297. ^^^^^^^^^^^^^
  298. - `No longer in beta <#no-longer-in-beta>`__
  299. - `Workspaces <#workspaces>`__
  300. - `Menu items <#menu-items>`__
  301. - `Keyboard shortcuts <#keyboard-shorcuts>`__
  302. - `Command palette items <#command-palette-items>`__
  303. - `Settings <#settings>`__
  304. - `Larger file uploads <#larger-size-uploads>`__
  305. - `Extension management and installation <#extension-manager>`__
  306. - `Interface changes <#interface-changes>`__
  307. - `Renderers <#renderers>`__
  308. - `Changes for developers <#changes-for-developers>`__
  309. - `Other fixes <#other-fixes>`__
  310. No longer in beta
  311. ^^^^^^^^^^^^^^^^^
  312. In JupyterLab 0.33, we removed the “Beta” label to better signal that
  313. JupyterLab is ready for users to use on a daily basis. The extension
  314. developer API is still being stabilized. See the release blog post for
  315. details.
  316. (`#4898 <https://github.com/jupyterlab/jupyterlab/issues/4898>`__,
  317. `#4920 <https://github.com/jupyterlab/jupyterlab/pull/4920>`__)
  318. Workspaces
  319. ^^^^^^^^^^
  320. We added new workspace support, which enables you to have multiple saved
  321. layouts, including in different browser windows. See the
  322. :ref:`workspace documentation <url-workspaces-ui>`
  323. for more details.
  324. (`#4502 <https://github.com/jupyterlab/jupyterlab/issues/4502>`__,
  325. `#4708 <https://github.com/jupyterlab/jupyterlab/pull/4708>`__,
  326. `#4088 <https://github.com/jupyterlab/jupyterlab/issues/4088>`__,
  327. `#4041 <https://github.com/jupyterlab/jupyterlab/pull/4041>`__
  328. `#3673 <https://github.com/jupyterlab/jupyterlab/issues/3673>`__,
  329. `#4780 <https://github.com/jupyterlab/jupyterlab/pull/4780>`__)
  330. Menu items
  331. ^^^^^^^^^^
  332. - “Activate Previously Used Tab” added to the Tab menu
  333. (``Ctrl/Cmd Shift '``) to toggle between the previously active tabs
  334. in the main area.
  335. (`#4296 <https://github.com/jupyterlab/jupyterlab/pull/4296>`__)
  336. - “Reload From Disk” added to the File menu to reload an open file from
  337. the state saved on disk.
  338. (`#4615 <https://github.com/jupyterlab/jupyterlab/pull/4615>`__)
  339. - “Save Notebook with View State” added to the File menu to persist the
  340. notebook collapsed and scrolled cell state. We now read the
  341. ``collapsed``, ``scrolled``, ``jupyter.source_hidden`` and
  342. ``jupyter.outputs_hidden`` notebook cell metadata when opening.
  343. ``collapsed`` and ``jupyter.outputs_hidden`` are redundant and the
  344. initial collapsed state is the union of both of them. When the state
  345. is persisted, if an output is collapsed, both will be written with
  346. the value ``true``, and if it is not, both will not be written.
  347. (`#3981 <https://github.com/jupyterlab/jupyterlab/pull/3981>`__)
  348. - “Increase/Decrease Font Size” added to the text editor settings menu.
  349. (`#4811 <https://github.com/jupyterlab/jupyterlab/pull/4811>`__)
  350. - “Show in File Browser” added to a document tab’s context menu.
  351. (`#4500 <https://github.com/jupyterlab/jupyterlab/pull/4500>`__)
  352. - “Open in New Browser Tab” added to the file browser context menu.
  353. (`#4315 <https://github.com/jupyterlab/jupyterlab/pull/4315>`__)
  354. - “Copy Path” added to file browser context menu to copy the document’s
  355. path to the clipboard.
  356. (`#4582 <https://github.com/jupyterlab/jupyterlab/pull/4582>`__)
  357. - “Show Left Area” has been renamed to “Show Left Sidebar” for
  358. consistency (same for right sidebar).
  359. (`#3818 <https://github.com/jupyterlab/jupyterlab/pull/3818>`__)
  360. Keyboard shortcuts
  361. ^^^^^^^^^^^^^^^^^^
  362. - “Save As…” given the keyboard shortcut ``Ctrl/Cmd Shift S``.
  363. (`#4560 <https://github.com/jupyterlab/jupyterlab/pull/4560>`__)
  364. - “Run All Cells” given the keyboard shortcut ``Ctrl/Cmd Shift Enter``.
  365. (`#4558 <https://github.com/jupyterlab/jupyterlab/pull/4558>`__)
  366. - “notebook:change-to-cell-heading-X” keyboard shortcuts (and commands)
  367. renamed to “notebook:change-cell-to-heading-X” for X=1…6. This fixes
  368. the notebook command-mode keyboard shortcuts for changing headings.
  369. (`#4430 <https://github.com/jupyterlab/jupyterlab/pull/4430>`__)
  370. - The console execute shortcut can now be set to either ``Enter`` or
  371. ``Shift Enter`` as a Console setting.
  372. (`#4054 <https://github.com/jupyterlab/jupyterlab/pull/4054>`__)
  373. Command palette items
  374. ^^^^^^^^^^^^^^^^^^^^^
  375. - “Notebook” added to the command palette to open a new notebook.
  376. (`#4812 <https://github.com/jupyterlab/jupyterlab/pull/4812>`__)
  377. - “Run Selected Text or Current Line in Console” added to the command
  378. palette to run the selected text or current line from a notebook in a
  379. console. A default keyboard shortcut for this command is not yet
  380. provided, but can be added by users with the
  381. ``notebook:run-in-console`` command. To add a keyboard shortcut
  382. ``Ctrl G`` for this command, use the “Settings” \| “Advanced Settings
  383. Editor” menu item to open the “Keyboard Shortcuts” advanced settings,
  384. and add the following JSON in the shortcut JSON object in the User
  385. Overrides pane (adjust the actual keyboard shortcut if you wish).
  386. (`#3453 <https://github.com/jupyterlab/jupyterlab/issues/3453>`__,
  387. `#4206 <https://github.com/jupyterlab/jupyterlab/issues/4206>`__,
  388. `#4330 <https://github.com/jupyterlab/jupyterlab/pull/4330>`__)
  389. .. code:: json
  390. "notebook:run-in-console": {
  391. "command": "notebook:run-in-console",
  392. "keys": ["Ctrl G"],
  393. "selector": ".jp-Notebook.jp-mod-editMode"
  394. }
  395. - The command palette now renders labels, toggled state, and keyboard
  396. shortcuts in a more consistent and correct way.
  397. (`#4533 <https://github.com/jupyterlab/jupyterlab/pull/4533>`__,
  398. `#4510 <https://github.com/jupyterlab/jupyterlab/pull/4510>`__)
  399. Settings
  400. ^^^^^^^^
  401. - “fontFamily”, “fontSize”, and “lineHeight” settings added to the text
  402. editor advanced settings.
  403. (`#4673 <https://github.com/jupyterlab/jupyterlab/pull/4673>`__)
  404. - Solarized dark and light text editor themes from CodeMirror.
  405. (`#4445 <https://github.com/jupyterlab/jupyterlab/pull/4445>`__)
  406. Larger file uploads
  407. ^^^^^^^^^^^^^^^^^^^
  408. - Support for larger file uploads (>15MB) when using Jupyter notebook
  409. server version >= 5.1.
  410. (`#4224 <https://github.com/jupyterlab/jupyterlab/pull/4224>`__)
  411. Extension management and installation
  412. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  413. - New extension manager for installing JupyterLab extensions from npm
  414. within the JupyterLab UI. You can enable this from the Advanced
  415. Settings interface.
  416. (`#4682 <https://github.com/jupyterlab/jupyterlab/pull/4682>`__,
  417. `#4925 <https://github.com/jupyterlab/jupyterlab/pull/4925>`__)
  418. - Please note that to install extensions in JupyterLab, you must use
  419. NodeJS version 9 or earlier (i.e., not NodeJS version 10). We will
  420. upgrade yarn, with NodeJS version 10 support, when a `bug in
  421. yarn <https://github.com/yarnpkg/yarn/issues/5935>`__ is fixed.
  422. (`#4804 <https://github.com/jupyterlab/jupyterlab/pull/4804>`__)
  423. Interface changes
  424. ^^^^^^^^^^^^^^^^^
  425. - Wider tabs in the main working area to show longer filenames.
  426. (`#4801 <https://github.com/jupyterlab/jupyterlab/pull/4801>`__)
  427. - Initial kernel selection for a notebook or console can no longer be
  428. canceled: the user must select a kernel.
  429. (`#4596 <https://github.com/jupyterlab/jupyterlab/pull/4596>`__)
  430. - Consoles now do not display output from other clients by default. A
  431. new “Show All Kernel Activity” console context menu item has been
  432. added to show all activity from a kernel in the console.
  433. (`#4503 <https://github.com/jupyterlab/jupyterlab/pull/4503>`__)
  434. - The favicon now shows the busy status of the kernels in JupyterLab.
  435. (`#4361 <https://github.com/jupyterlab/jupyterlab/pull/4361>`__,
  436. `#3957 <https://github.com/jupyterlab/jupyterlab/issues/3957>`__,
  437. `#4966 <https://github.com/jupyterlab/jupyterlab/pull/4966>`__)
  438. Renderers
  439. ^^^^^^^^^
  440. - JupyterLab now ships with a Vega4 renderer by default (upgraded from
  441. Vega3).
  442. (`#4806 <https://github.com/jupyterlab/jupyterlab/pull/4806>`__)
  443. - The HTML sanitizer now allows some extra tags in rendered HTML,
  444. including ``kbd``, ``sup``, and ``sub``.
  445. (`#4618 <https://github.com/jupyterlab/jupyterlab/pull/4618>`__)
  446. - JupyterLab now recognizes the ``.tsv`` file extension as
  447. tab-separated files.
  448. (`#4684 <https://github.com/jupyterlab/jupyterlab/pull/4684>`__)
  449. - Javascript execution in notebook cells has been re-enabled.
  450. (`#4515 <https://github.com/jupyterlab/jupyterlab/pull/4682>`__)
  451. Changes for developers
  452. ^^^^^^^^^^^^^^^^^^^^^^
  453. - A new signal for observing application dirty status state changes.
  454. (`#4840 <https://github.com/jupyterlab/jupyterlab/issues/4840>`__)
  455. - A new signal for observing notebook cell execution.
  456. (`#4740 <https://github.com/jupyterlab/jupyterlab/issues/4740>`__,
  457. `#4744 <https://github.com/jupyterlab/jupyterlab/pull/4744>`__)
  458. - A new ``anyMessage`` signal for observing any message a kernel sends
  459. or receives.
  460. (`#4437 <https://github.com/jupyterlab/jupyterlab/pull/4437>`__)
  461. - A generic way for different widgets to register a “Save with extras”
  462. command that appears in the File menu under save.
  463. (`#3981 <https://github.com/jupyterlab/jupyterlab/pull/3981>`__)
  464. - A new API for removing groups from a JupyterLab menu. ``addGroup``
  465. now returns an ``IDisposable`` which can be used to remove the group.
  466. ``removeGroup`` has been removed.
  467. (`#4890 <https://github.com/jupyterlab/jupyterlab/pull/4890>`__)
  468. - The ``Launcher`` now uses commands from the application
  469. ``CommandRegistry`` to launch new activities. Extension authors that
  470. add items to the launcher will need to update them to use commands.
  471. (`#4757 <https://github.com/jupyterlab/jupyterlab/pull/4757>`__)
  472. - There is now a top-level ``addToBottomArea`` function in the
  473. application, allowing extension authors to add bottom panel items
  474. like status bars.
  475. (`#4752 <https://github.com/jupyterlab/jupyterlab/pull/4752>`__)
  476. - Rendermime extensions can now indicate that they are the default
  477. rendered widget factory for a file-type. For instance, the default
  478. widget for a markdown file is a text editor, but the default rendered
  479. widget is the markdown viewer.
  480. (`#4692 <https://github.com/jupyterlab/jupyterlab/pull/4692>`__)
  481. - Add new workspace REST endpoints to ``jupyterlab_server`` and make
  482. them available in ``@jupyterlab/services``.
  483. (`#4841 <https://github.com/jupyterlab/jupyterlab/pull/4841>`__)
  484. - Documents created with a mimerenderer extension can now be accessed
  485. using an ``IInstanceTracker`` which tracks them. Include the token
  486. ``IMimeDocumentTracker`` in your plugin to access this. The
  487. ``IInstanceTracker`` interface has also gained convenience functions
  488. ``find`` and ``filter`` to simplify iterating over instances.
  489. (`#4762 <https://github.com/jupyterlab/jupyterlab/pull/4762>`__)
  490. - RenderMime render errors are now displayed to the user.
  491. (`#4465 <https://github.com/jupyterlab/jupyterlab/pull/4465>`__)
  492. - ``getNotebookVersion`` is added to the ``PageConfig`` object.
  493. (`#4224 <https://github.com/jupyterlab/jupyterlab/pull/4224>`__)
  494. - The session ``kernelChanged`` signal now contains both the old kernel
  495. and the new kernel to make it easy to unregister things from the old
  496. kernel.
  497. (`#4834 <https://github.com/jupyterlab/jupyterlab/pull/4834>`__)
  498. - The ``connectTo`` functions for connecting to kernels and sessions
  499. are now synchronous (returning a connection immediately rather than a
  500. promise). The DefaultSession ``clone`` and ``update`` methods are
  501. also synchronous now.
  502. (`#4725 <https://github.com/jupyterlab/jupyterlab/pull/4725>`__)
  503. - Kernel message processing is now asynchronous, which guarantees the
  504. order of processing even if a handler is asynchronous. If a kernel
  505. message handler returns a promise, kernel message processing is
  506. paused until the promise resolves. The kernel’s ``anyMessage`` signal
  507. is emitted synchronously when a message is received before
  508. asynchronous message handling, and the ``iopubMessage`` and
  509. ``unhandledMessage`` signals are emitted during asynchronous message
  510. handling. These changes mean that the comm ``onMsg`` and ``onClose``
  511. handlers and the kernel future ``onReply``, ``onIOPub``, and
  512. ``onStdin`` handlers, as well as the comm target and message hook
  513. handlers, may be asynchronous and return promises.
  514. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  515. - Kernel comm targets and message hooks now are unregistered with
  516. ``removeCommTarget`` and ``removeMessageHook``, instead of using
  517. disposables. The corresponding ``registerCommTarget`` and
  518. ``registerMessageHook`` functions now return nothing.
  519. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  520. - The kernel ``connectToComm`` function is synchronous, and now returns
  521. the comm rather than a promise to the comm.
  522. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  523. - The ``KernelFutureHandler`` class ``expectShell`` constructor
  524. argument is renamed to ``expectReply``.
  525. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  526. - The kernel future ``done`` returned promise now resolves to undefined
  527. if there is no reply message.
  528. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  529. - The ``IDisplayDataMsg`` is updated to have the optional ``transient``
  530. key, and a new ``IUpdateDisplayDataMsg`` type was added for update
  531. display messages.
  532. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  533. - The ``uuid`` function from ``@jupyterlab/coreutils`` is removed.
  534. Instead import ``UUID`` from ``@phosphor/coreutils`` and use
  535. ``UUID.uuid4()`` .
  536. (`#4604 <https://github.com/jupyterlab/jupyterlab/pull/4604>`__)
  537. - Main area widgets like the launcher and console inherit from a common
  538. ``MainAreaWidget`` class which provides a content area (``.content``)
  539. and a toolbar (``.toolbar``), consistent focus handling and
  540. activation behavior, and a spinner displayed until the given
  541. ``reveal`` promise is resolved. Document widgets, like the notebook
  542. and text editor and other documents opened from the document manager,
  543. implement the ``IDocumentWidget`` interface (instead of
  544. ``DocumentRegistry.IReadyWidget``), which builds on
  545. ``MainAreaWidget`` and adds a ``.context`` attribute for the document
  546. context and makes dirty handling consistent. Extension authors may
  547. consider inheriting from the ``MainAreaWidget`` or ``DocumentWidget``
  548. class for consistency. Several effects from these changes are noted
  549. below.
  550. (`#3499 <https://github.com/jupyterlab/jupyterlab/pull/3499>`__,
  551. `#4453 <https://github.com/jupyterlab/jupyterlab/pull/4453>`__)
  552. - The notebook panel ``.notebook`` attribute is renamed to
  553. ``.content``.
  554. - The text editor is now the ``.content`` of a ``DocumentWidget``,
  555. so the top-level editor widget has a toolbar and the editor itself
  556. is ``widget.content.editor`` rather than just ``widget.editor``.
  557. - Mime documents use a ``MimeContent`` widget embedded inside of a
  558. ``DocumentWidget`` now.
  559. - Main area widgets and document widgets now have a ``revealed``
  560. promise which resolves when the widget has been revealed (i.e.,
  561. the spinner has been removed). This should be used instead of the
  562. ``ready`` promise.
  563. Changes in the JupyterLab code infrastructure include:
  564. - The JupyterLab TypeScript codebase is now compiled to ES2015 (ES6)
  565. using TypeScript 2.9. We also turned on the TypeScript
  566. ``esModuleInterop`` flag to enable more natural imports from
  567. non-es2015 JavaScript modules. With the update to ES2015 output, code
  568. generated from async/await syntax became much more manageable, so we
  569. have started to use async/await liberally throughout the codebase,
  570. especially in tests. Because we use Typedoc for API documentation, we
  571. still use syntax compatible with TypeScript 2.7 where Typedoc is
  572. used. Extension authors may have some minor compatibility updates to
  573. make. If you are writing an extension in TypeScript, we recommend
  574. updating to TypeScript 2.9 and targeting ES2015 output as well.
  575. (`#4462 <https://github.com/jupyterlab/jupyterlab/pull/4462>`__,
  576. `#4675 <https://github.com/jupyterlab/jupyterlab/pull/4675>`__,
  577. `#4714 <https://github.com/jupyterlab/jupyterlab/pull/4714>`__,
  578. `#4797 <https://github.com/jupyterlab/jupyterlab/pull/4797>`__)
  579. - The JupyterLab codebase is now formatted using
  580. `Prettier <https://github.com/prettier/prettier>`__. By default the
  581. development environment installs a pre-commit hook that formats your
  582. staged changes.
  583. (`#4090 <https://github.com/jupyterlab/jupyterlab/pull/4090>`__)
  584. - Updated build infrastructure using webpack 4 and better typing.
  585. (`#4702 <https://github.com/jupyterlab/jupyterlab/pull/4702>`__,
  586. `#4698 <https://github.com/jupyterlab/jupyterlab/pull/4698>`__)
  587. - Upgraded yarn to version 1.6. Please note that you must use NodeJS
  588. version 9 or earlier with JupyterLab (i.e., not NodeJS version 10).
  589. We will upgrade yarn, with NodeJS version 10 support, when a `bug in
  590. yarn <https://github.com/yarnpkg/yarn/issues/5935>`__ is fixed.
  591. (`#4804 <https://github.com/jupyterlab/jupyterlab/pull/4804>`__)
  592. - Various process utilities were moved to ``jupyterlab_server``.
  593. (`#4696 <https://github.com/jupyterlab/jupyterlab/pull/4696>`__)
  594. Other fixes
  595. ^^^^^^^^^^^
  596. - Fixed a rendering bug with the Launcher in single-document mode.
  597. (`#4805 <https://github.com/jupyterlab/jupyterlab/pull/4805>`__)
  598. - Fixed a bug where the native context menu could not be triggered in a
  599. notebook cell in Chrome.
  600. (`#4720 <https://github.com/jupyterlab/jupyterlab/pull/4720>`__)
  601. - Fixed a bug where the cursor would not show up in the dark theme.
  602. (`#4699 <https://github.com/jupyterlab/jupyterlab/pull/4699>`__)
  603. - Fixed a bug preventing relative links from working correctly in
  604. alternate ``IDrive``\ s.
  605. (`#4613 <https://github.com/jupyterlab/jupyterlab/pull/4613>`__)
  606. - Fixed a bug breaking the image viewer upon saving the image.
  607. (`#4602 <https://github.com/jupyterlab/jupyterlab/pull/4602>`__)
  608. - Fixed the font size for code blocks in notebook Markdown headers.
  609. (`#4617 <https://github.com/jupyterlab/jupyterlab/pull/4617>`__)
  610. - Prevented a memory leak when repeatedly rendering a Vega chart.
  611. (`#4904 <https://github.com/jupyterlab/jupyterlab/pull/4904>`__)
  612. - Support dropped terminal connection re-connecting.
  613. (`#4763 <https://github.com/jupyterlab/jupyterlab/issues/4763>`__,
  614. `#4802 <https://github.com/jupyterlab/jupyterlab/pull/4802>`__)
  615. - Use ``require.ensure`` in ``vega4-extension`` to lazily load
  616. ``vega-embed`` and its dependencies on first render.
  617. (`#4706 <https://github.com/jupyterlab/jupyterlab/pull/4706>`__)
  618. - Relative links to documents that include anchor tags will now
  619. correctly scroll the document to the right place.
  620. (`#4692 <https://github.com/jupyterlab/jupyterlab/pull/4692>`__)
  621. - Fix default settings JSON in setting editor.
  622. (`#4591 <https://github.com/jupyterlab/jupyterlab/issues/4591>`__,
  623. `#4595 <https://github.com/jupyterlab/jupyterlab/pull/4595>`__)
  624. - Fix setting editor pane layout’s stretch factor.
  625. (`#2971 <https://github.com/jupyterlab/jupyterlab/issues/2971>`__,
  626. `#4772 <https://github.com/jupyterlab/jupyterlab/pull/4772>`__)
  627. - Programmatically set settings are now output with nicer formatting.
  628. (`#4870 <https://github.com/jupyterlab/jupyterlab/pull/4870>`__)
  629. - Fixed a bug in displaying one-line CSV files.
  630. (`#4795 <https://github.com/jupyterlab/jupyterlab/issues/4795>`__,
  631. `#4796 <https://github.com/jupyterlab/jupyterlab/pull/4796>`__)
  632. - Fixed a bug where JSON arrays in rich outputs were collapsed into
  633. strings.
  634. (`#4480 <https://github.com/jupyterlab/jupyterlab/pull/4480>`__)
  635. `Beta 2 (v0.32.0) <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.32.0>`__
  636. ------------------------------------------------------------------------------------
  637. Apr 16, 2018
  638. ^^^^^^^^^^^^
  639. This is the second in the JupyterLab Beta series of releases. It
  640. contains many enhancements, bugfixes, and refinements, including:
  641. - Better handling of a corrupted or invalid state database.
  642. (`#3619 <https://github.com/jupyterlab/jupyterlab/issues/3619>`__,
  643. `#3622 <https://github.com/jupyterlab/jupyterlab/issues/3622>`__,
  644. `#3687 <https://github.com/jupyterlab/jupyterlab/issues/3687>`__,
  645. `#4114 <https://github.com/jupyterlab/jupyterlab/issues/4114>`__).
  646. - Fixing file dirty status indicator.
  647. (`#3652 <https://github.com/jupyterlab/jupyterlab/issues/3652>`__).
  648. - New option for whether to autosave documents.
  649. (`#3734 <https://github.com/jupyterlab/jupyterlab/issues/3734>`__).
  650. - More commands in the notebook context menu.
  651. (`#3770 <https://github.com/jupyterlab/jupyterlab/issues/3770>`__,
  652. `#3909 <https://github.com/jupyterlab/jupyterlab/issues/3909>`__)
  653. - Defensively checking for completion metadata from kernels.
  654. (`#3888 <https://github.com/jupyterlab/jupyterlab/issues/3888>`__)
  655. - New “Shutdown all” button in the Running panel.
  656. (`#3764 <https://github.com/jupyterlab/jupyterlab/issues/3764>`__)
  657. - Performance improvements wherein non-focused documents poll the
  658. server less.
  659. (`#3931 <https://github.com/jupyterlab/jupyterlab/issues/3931>`__)
  660. - Changing the keyboard shortcut for singled-document-mode to something
  661. less easy to trigger.
  662. (`#3889 <https://github.com/jupyterlab/jupyterlab/issues/3889>`__)
  663. - Performance improvements for rendering text streams, especially
  664. around progress bars.
  665. (`#4045 <https://github.com/jupyterlab/jupyterlab/issues/4045>`__).
  666. - Canceling a “Restart Kernel” now functions correctly.
  667. (`#3703 <https://github.com/jupyterlab/jupyterlab/issues/3703>`__).
  668. - Defer loading file contents until after the application has been
  669. restored.
  670. (`#4087 <https://github.com/jupyterlab/jupyterlab/issues/4087>`__).
  671. - Ability to rotate, flip, and invert images in the image viewer.
  672. (`#4000 <https://github.com/jupyterlab/jupyterlab/issues/4000>`__)
  673. - Major performance improvements for large CSV viewing.
  674. (`#3997 <https://github.com/jupyterlab/jupyterlab/issues/3997>`__).
  675. - Always show the context menu in the file browser, even for an empty
  676. directory.
  677. (`#4264 <https://github.com/jupyterlab/jupyterlab/issues/4264>`__).
  678. - Handle asynchronous comm messages in the services library more
  679. correctly (Note: this means ``@jupyterlab/services`` is now at
  680. version 2.0!)
  681. (`[#4115](https://github.com/jupyterlab/jupyterlab/issues/4115) <https://github.com/jupyterlab/jupyterlab/pull/4115>`__).
  682. - Display the kernel banner in the console when a kernel is restarted
  683. to mark the restart
  684. (`[#3663](https://github.com/jupyterlab/jupyterlab/issues/3663) <https://github.com/jupyterlab/jupyterlab/pull/3663>`__).
  685. - Many tweaks to the UI, as well as better error handling.
  686. `Beta 1 (v0.31.0) <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.31.0>`__
  687. ------------------------------------------------------------------------------------
  688. Jan 11, 2018
  689. ^^^^^^^^^^^^
  690. - Add a ``/tree`` handler and ``Copy Shareable Link`` to file listing
  691. right click menu: https://github.com/jupyterlab/jupyterlab/pull/3396
  692. - Experimental support for saved workspaces:
  693. `#3490 <https://github.com/jupyterlab/jupyterlab/issues/3490>`__,
  694. `#3586 <https://github.com/jupyterlab/jupyterlab/issues/3586>`__
  695. - Added types information to the completer:
  696. `#3508 <https://github.com/jupyterlab/jupyterlab/issues/3508>`__
  697. - More improvements to the top level menus:
  698. https://github.com/jupyterlab/jupyterlab/pull/3344
  699. - Editor settings for notebook cells:
  700. https://github.com/jupyterlab/jupyterlab/pull/3441
  701. - Simplification of theme extensions:
  702. https://github.com/jupyterlab/jupyterlab/pull/3423
  703. - New CSS variable naming scheme:
  704. https://github.com/jupyterlab/jupyterlab/pull/3403
  705. - Improvements to cell selection and dragging:
  706. https://github.com/jupyterlab/jupyterlab/pull/3414
  707. - Style and typography improvements:
  708. https://github.com/jupyterlab/jupyterlab/pull/3468
  709. https://github.com/jupyterlab/jupyterlab/pull/3457
  710. https://github.com/jupyterlab/jupyterlab/pull/3445
  711. https://github.com/jupyterlab/jupyterlab/pull/3431
  712. https://github.com/jupyterlab/jupyterlab/pull/3428
  713. https://github.com/jupyterlab/jupyterlab/pull/3408
  714. https://github.com/jupyterlab/jupyterlab/pull/3418
  715. `v0.30.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.30.0>`__
  716. ---------------------------------------------------------------------------
  717. Dec 05, 2017
  718. ^^^^^^^^^^^^
  719. - Semantic menus: https://github.com/jupyterlab/jupyterlab/pull/3182
  720. - Settings editor now allows comments and provides setting validation:
  721. https://github.com/jupyterlab/jupyterlab/pull/3167
  722. - Switch to Yarn as the package manager:
  723. https://github.com/jupyterlab/jupyterlab/pull/3182
  724. - Support for carriage return in outputs:
  725. `#2761 <https://github.com/jupyterlab/jupyterlab/issues/2761>`__
  726. - Upgrade to TypeScript 2.6:
  727. https://github.com/jupyterlab/jupyterlab/pull/3288
  728. - Cleanup of the build, packaging, and extension systems.
  729. ``jupyter labextension install`` is now the recommended way to
  730. install a local directory. Local directories are considered linked to
  731. the application. cf
  732. https://github.com/jupyterlab/jupyterlab/pull/3182
  733. - ``--core-mode`` and ``--dev-mode`` are now semantically different.
  734. ``--core-mode`` is a version of JupyterLab using released JavaScript
  735. packages and is what we ship in the Python package. ``--dev-mode`` is
  736. for unreleased JavaScript and shows the red banner at the top of the
  737. page. https://github.com/jupyterlab/jupyterlab/pull/3270
  738. `v0.29.2 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.29.2>`__
  739. ---------------------------------------------------------------------------
  740. Nov 17, 2017
  741. ^^^^^^^^^^^^
  742. Bug fix for file browser right click handling.
  743. https://github.com/jupyterlab/jupyterlab/issues/3019
  744. `v0.29.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.29.0>`__
  745. ---------------------------------------------------------------------------
  746. Nov 09, 2017
  747. ^^^^^^^^^^^^
  748. - Create new view of cell in cell context menu.
  749. `#3159 <https://github.com/jupyterlab/jupyterlab/issues/3159>`__
  750. - New Renderers for VDOM and JSON mime types and files.
  751. `#3157 <https://github.com/jupyterlab/jupyterlab/issues/3157>`__
  752. - Switch to React for our VDOM implementation. Affects the
  753. ``VDomRenderer`` class.
  754. `#3133 <https://github.com/jupyterlab/jupyterlab/issues/3133>`__
  755. - Standalone Cell Example.
  756. `#3155 <https://github.com/jupyterlab/jupyterlab/issues/3155>`__
  757. `v0.28.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.28.0>`__
  758. ---------------------------------------------------------------------------
  759. Oct 16, 2017
  760. ^^^^^^^^^^^^
  761. This release generally focuses on developer and extension author
  762. enhancements and general bug fixes.
  763. - Plugin id and schema file conventions change.
  764. https://github.com/jupyterlab/jupyterlab/pull/2936.
  765. - Theme authoring conventions change.
  766. `#3061 <https://github.com/jupyterlab/jupyterlab/issues/3061>`__
  767. - Enhancements to enabling and disabling of extensions.
  768. `#3078 <https://github.com/jupyterlab/jupyterlab/issues/3078>`__
  769. - Mime extensions API change (``name`` -> ``id`` and new naming
  770. convention).
  771. `#3078 <https://github.com/jupyterlab/jupyterlab/issues/3078>`__
  772. - Added a ``jupyter lab --watch`` mode for extension authors.
  773. `#3077 <https://github.com/jupyterlab/jupyterlab/issues/3077>`__
  774. - New comprehensive extension authoring tutorial.
  775. `#2921 <https://github.com/jupyterlab/jupyterlab/issues/2921>`__
  776. - Added the ability to use an alternate LaTeX renderer.
  777. `#2974 <https://github.com/jupyterlab/jupyterlab/issues/2974>`__
  778. - Numerous bug fixes and style enhancements.
  779. `v0.27.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.27.0>`__
  780. ---------------------------------------------------------------------------
  781. Aug 23, 2017
  782. ^^^^^^^^^^^^
  783. - Added support for dynamic theme loading.
  784. https://github.com/jupyterlab/jupyterlab/pull/2759
  785. - Added an application splash screen.
  786. https://github.com/jupyterlab/jupyterlab/pull/2899
  787. - Enhancements to the settings editor.
  788. https://github.com/jupyterlab/jupyterlab/pull/2784
  789. - Added a PDF viewer.
  790. `#2867 <https://github.com/jupyterlab/jupyterlab/issues/2867>`__
  791. - Numerous bug fixes and style improvements.
  792. `v0.26.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.26.0>`__
  793. ---------------------------------------------------------------------------
  794. Jul 21, 2017
  795. ^^^^^^^^^^^^
  796. - Implemented server side handling of users settings:
  797. https://github.com/jupyterlab/jupyterlab/pull/2585
  798. - Revamped the handling of file types in the application - affects
  799. document and mime renderers:
  800. https://github.com/jupyterlab/jupyterlab/pull/2701
  801. - Updated dialog API - uses virtual DOM instead of raw DOM nodes and
  802. better use of the widget lifecycle:
  803. https://github.com/jupyterlab/jupyterlab/pull/2661
  804. `v0.25.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.25.0>`__
  805. ---------------------------------------------------------------------------
  806. Jul 07, 2017
  807. ^^^^^^^^^^^^
  808. - Added a new extension type for mime renderers, with the
  809. ``vega2-extension`` as a built-in example. Also overhauled the
  810. rendermime interfaces.
  811. https://github.com/jupyterlab/jupyterlab/pull/2488
  812. https://github.com/jupyterlab/jupyterlab/pull/2555
  813. https://github.com/jupyterlab/jupyterlab/pull/2595
  814. - Finished JSON-schema based settings system, using client-side storage
  815. for now. https://github.com/jupyterlab/jupyterlab/pull/2411
  816. - Overhauled the launcher design.
  817. https://github.com/jupyterlab/jupyterlab/pull/2506
  818. https://github.com/jupyterlab/jupyterlab/pull/2580
  819. - Numerous bug fixes and style updates.
  820. `v0.24.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.24.0>`__
  821. ---------------------------------------------------------------------------
  822. Jun 16, 2017
  823. ^^^^^^^^^^^^
  824. - Overhaul of the launcher.
  825. `#2380 <https://github.com/jupyterlab/jupyterlab/issues/2380>`__
  826. - Initial implementation of client-side settings system.
  827. `#2157 <https://github.com/jupyterlab/jupyterlab/issues/2157>`__
  828. - Updatable outputs.
  829. `#2439 <https://github.com/jupyterlab/jupyterlab/issues/2439>`__
  830. - Use new Phosphor Datagrid for CSV viewer.
  831. `#2433 <https://github.com/jupyterlab/jupyterlab/issues/2433>`__
  832. - Added ability to enable/disable extensions without rebuilding.
  833. `#2409 <https://github.com/jupyterlab/jupyterlab/issues/2409>`__
  834. - Added language and tab settings for the file viewer.
  835. `#2406 <https://github.com/jupyterlab/jupyterlab/issues/2406>`__
  836. - Improvements to real time collaboration experience.
  837. `#2387 <https://github.com/jupyterlab/jupyterlab/issues/2387>`__
  838. `#2333 <https://github.com/jupyterlab/jupyterlab/issues/2333>`__
  839. - Compatibility checking for extensions.
  840. `#2410 <https://github.com/jupyterlab/jupyterlab/issues/2410>`__
  841. - Numerous bug fixes and style improvements.
  842. `v0.23.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.23.0>`__
  843. ---------------------------------------------------------------------------
  844. Jun 02, 2017
  845. ^^^^^^^^^^^^
  846. - Chat box feature. https://github.com/jupyterlab/jupyterlab/pull/2118
  847. - Collaborative cursors.
  848. https://github.com/jupyterlab/jupyterlab/pull/2139
  849. - Added concept of Drive to ContentsManager.
  850. https://github.com/jupyterlab/jupyterlab/pull/2248
  851. - Refactored to enable switching the theme.
  852. https://github.com/jupyterlab/jupyterlab/pull/2283
  853. - Clean up the APIs around kernel execution.
  854. https://github.com/jupyterlab/jupyterlab/pull/2266
  855. - Various bug fixes and style improvements.
  856. `v0.22.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.22.0>`__
  857. ------------------------------------------------------------------------------------
  858. May 18, 2017
  859. ^^^^^^^^^^^^
  860. - Export To… for notebooks.
  861. https://github.com/jupyterlab/jupyterlab/pull/2200
  862. - Change kernel by clicking on the kernel name in the notebook.
  863. https://github.com/jupyterlab/jupyterlab/pull/2195
  864. - Improved handling of running code in text editors.
  865. https://github.com/jupyterlab/jupyterlab/pull/2191
  866. - Can select file in file browser by typing:
  867. https://github.com/jupyterlab/jupyterlab/pull/2190
  868. - Ability to open a console for a notebook.
  869. https://github.com/jupyterlab/jupyterlab/pull/2189
  870. - Upgrade to Phosphor 1.2 with Command Palette fuzzy matching
  871. improvements.
  872. `#1182 <https://github.com/jupyterlab/jupyterlab/issues/1182>`__
  873. - Rename of widgets that had ``Widget`` in the name and associated
  874. package names. https://github.com/jupyterlab/jupyterlab/pull/2177
  875. - New ``jupyter labhub`` command to launch JupyterLab on JupyterHub:
  876. https://github.com/jupyterlab/jupyterlab/pull/2222
  877. - Removed the ``utils`` from ``@jupyterlab/services`` in favor of
  878. ``PageConfig`` and ``ServerConnection``.
  879. https://github.com/jupyterlab/jupyterlab/pull/2173
  880. https://github.com/jupyterlab/jupyterlab/pull/2185
  881. - Cleanup, bug fixes, and style updates.
  882. `v0.20.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.20.0>`__
  883. ------------------------------------------------------------------------------------
  884. Apr 21, 2017
  885. ^^^^^^^^^^^^
  886. Release Notes:
  887. - Overhaul of extension handling, see updated docs for
  888. `users <https://github.com/jupyterlab/jupyterlab/blob/dd83a2e4be8bf23c610c163afe4b480215514764/tutorial/extensions_user.md>`__
  889. and
  890. `developers <https://github.com/jupyterlab/jupyterlab/blob/dd83a2e4be8bf23c610c163afe4b480215514764/tutorial/extensions_dev.md>`__.
  891. https://github.com/jupyterlab/jupyterlab/pull/2023
  892. - Added single document mode and a ``Tabs`` sidebar.
  893. https://github.com/jupyterlab/jupyterlab/pull/2037
  894. - More work toward real time collaboration - implemented a model
  895. database interface that can be in-memory by real time backends.
  896. https://github.com/jupyterlab/jupyterlab/pull/2039
  897. Numerous bug fixes and improvements.
  898. `v0.19.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.19.0>`__
  899. ------------------------------------------------------------------------------------------
  900. Apr 04, 2017
  901. ^^^^^^^^^^^^
  902. Mainly backend-focused release with compatibility with Phosphor 1.0 and
  903. a big refactor of session handling (the ClientSession class) that
  904. provides a simpler object for classes like notebooks, consoles,
  905. inspectors, etc. to use to communicate with the API. Also includes
  906. improvements to the development workflow of JupyterLab itself after the
  907. big split.
  908. https://github.com/jupyterlab/jupyterlab/pull/1984
  909. https://github.com/jupyterlab/jupyterlab/pull/1927
  910. `v0.18.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.18.0>`__
  911. ------------------------------------------------------------------------------------------
  912. Mar 21, 2017
  913. ^^^^^^^^^^^^
  914. - Split the repository into multiple packages that are managed using
  915. the lerna build tool.
  916. https://github.com/jupyterlab/jupyterlab/issues/1773
  917. - Added restoration of main area layout on refresh.
  918. https://github.com/jupyterlab/jupyterlab/pull/1880
  919. - Numerous bug fixes and style updates.
  920. `v0.17.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.17.0>`__
  921. ------------------------------------------------------------------------------------
  922. Mar 01, 2017
  923. ^^^^^^^^^^^^
  924. - Upgrade to new ``@phosphor`` packages - brings a new Command Palette
  925. interaction that should be more intuitive, and restores the ability
  926. to drag to dock panel edges
  927. https://github.com/jupyterlab/jupyterlab/pull/1762.
  928. - Refactor of ``RenderMime`` and associated renders to use live models.
  929. See https://github.com/jupyterlab/jupyterlab/pull/1709 and
  930. https://github.com/jupyterlab/jupyterlab/issues/1763.
  931. - Improvements and bug fixes for the completer widget:
  932. https://github.com/jupyterlab/jupyterlab/pull/1778
  933. - Upgrade CodeMirror to 5.23:
  934. https://github.com/jupyterlab/jupyterlab/pull/1764
  935. - Numerous style updates and bug fixes.
  936. `v0.16.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.16.0>`__
  937. ----------------------------------------------------------------------------------------
  938. Feb 09, 2017
  939. ^^^^^^^^^^^^
  940. - Adds a Cell Tools sidebar that allows you to edit notebook cell
  941. metadata.
  942. `#1586 <https://github.com/jupyterlab/jupyterlab/issues/1586>`__.
  943. - Adds keyboard shortcuts to switch between tabs (Cmd/Ctrl LeftArrow
  944. and Cmd/Ctrl RightArrow).
  945. `#1647 <https://github.com/jupyterlab/jupyterlab/issues/1647>`__
  946. - Upgrades to xterm.js 2.3.
  947. `#1664 <https://github.com/jupyterlab/jupyterlab/issues/1664>`__
  948. - Fixes a bug in application config, but lab extensions will need to be
  949. re-enabled.
  950. `#1607 <https://github.com/jupyterlab/jupyterlab/issues/1607>`__
  951. - Numerous other bug fixes and style improvements.