changelog.rst 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121
  1. .. _changelog:
  2. JupyterLab Changelog
  3. ====================
  4. v1.0.0
  5. ------
  6. See the `JupyterLab
  7. 1.0.0 <https://github.com/jupyterlab/jupyterlab/milestone/2?closed=1>`__
  8. milestone on GitHub for the full list of pull requests and issues closed.
  9. Find and Replace
  10. ^^^^^^^^^^^^^^^^
  11. .. image:: find.png
  12. :align: center
  13. :class: jp-screenshot
  14. We have added first class support for find and replace across JupyterLab. It is currently supported in notebooks and text files and is extensible for other widgets who wish to support it. (`#6350 <https://github.com/jupyterlab/jupyterlab/pull/6350>`__, `#6322 <https://github.com/jupyterlab/jupyterlab/issues/6322>`__, `#6301 <https://github.com/jupyterlab/jupyterlab/pull/6301>`__, `#6282 <https://github.com/jupyterlab/jupyterlab/pull/6282>`__, `#6256 <https://github.com/jupyterlab/jupyterlab/pull/6256>`__, `#6241 <https://github.com/jupyterlab/jupyterlab/pull/6241>`__, `#6237 <https://github.com/jupyterlab/jupyterlab/pull/6237>`__, `#6159 <https://github.com/jupyterlab/jupyterlab/pull/6159>`__, `#6081 <https://github.com/jupyterlab/jupyterlab/issues/6081>`__, `#6155 <https://github.com/jupyterlab/jupyterlab/pull/6155>`__, `#6094 <https://github.com/jupyterlab/jupyterlab/pull/6094>`__, `#6024 <https://github.com/jupyterlab/jupyterlab/pull/6024>`__, `#5937 <https://github.com/jupyterlab/jupyterlab/pull/5937>`__, `#5795 <https://github.com/jupyterlab/jupyterlab/pull/5795>`__, `#1074 <https://github.com/jupyterlab/jupyterlab/issues/1074>`__)
  15. Status Bar
  16. ^^^^^^^^^^
  17. .. image:: statusbar.png
  18. :align: center
  19. :class: jp-screenshot
  20. We have integrated the `JupyterLab Status Bar package <https://github.com/jupyterlab/jupyterlab-statusbar>`__ package into the core distribution. Extensions can add their own status to it as well (`#5577 <https://github.com/jupyterlab/jupyterlab/pull/5577>`__, `#5525 <https://github.com/jupyterlab/jupyterlab/pull/5525>`__ `#5990 <https://github.com/jupyterlab/jupyterlab/pull/5990>`__, `#5982 <https://github.com/jupyterlab/jupyterlab/issues/5982>`__, `#5514 <https://github.com/jupyterlab/jupyterlab/pull/5514>`__, `#5508 <https://github.com/jupyterlab/jupyterlab/pull/5508>`__, `#5352 <https://github.com/jupyterlab/jupyterlab/issues/5352>`__).
  21. JupyterHub Integration
  22. ^^^^^^^^^^^^^^^^^^^^^^
  23. * We now include the JupyterHub extension in core JupyterLab, so you no longer need to install ``@jupyterlab/hub-extension``. (`#6451 <https://github.com/jupyterlab/jupyterlab/pull/6451>`__, `#6428 <https://github.com/jupyterlab/jupyterlab/issues/6428>`__)
  24. * JupyterLab now has a File > Logout menu entry when running with JupyterHub (`#6087 <https://github.com/jupyterlab/jupyterlab/pull/6087>`__, `#5966 <https://github.com/jupyterlab/jupyterlab/issues/5966>`__)
  25. Printing
  26. ^^^^^^^^
  27. We now have a printing system that allows extensions to customize how documents and activities are printed. (`#5850 <https://github.com/jupyterlab/jupyterlab/pull/5850>`__, `#1314 <https://github.com/jupyterlab/jupyterlab/issues/1314>`__)
  28. Other User Facing Changes
  29. ^^^^^^^^^^^^^^^^^^^^^^^^^
  30. * The launcher displays longer kernel names and supports keyboard navigation (`#6587 <https://github.com/jupyterlab/jupyterlab/pull/6587>`__)
  31. * Notebook outputs without any valid MimeType renderers will not be displayed, instead of displaying an error (`#6559 <https://github.com/jupyterlab/jupyterlab/pull/6559>`__, `#6216 <https://github.com/jupyterlab/jupyterlab/issues/6216>`__)
  32. * Add tooltip to file browser root breadcrumb icon showing the server root, if it is available (`#6552 <https://github.com/jupyterlab/jupyterlab/pull/6552>`__)
  33. * Downloading a file will no longer open a new browser window (`#6546 <https://github.com/jupyterlab/jupyterlab/pull/6546>`__)
  34. * Rename the help "Inspector" to "Contextual Help" and move it to the "Help" menu (`#6493 <https://github.com/jupyterlab/jupyterlab/pull/6493>`__, `#6488 <https://github.com/jupyterlab/jupyterlab/issues/6488>`__, `#6678 <https://github.com/jupyterlab/jupyterlab/pull/6678>`__, `#6671 <https://github.com/jupyterlab/jupyterlab/pull/6671>`__)
  35. * Update many of the icons to make them more consistent (`#6672 <https://github.com/jupyterlab/jupyterlab/pull/6672>`__, `#6618 <https://github.com/jupyterlab/jupyterlab/issues/6618>`__, `#6664 <https://github.com/jupyterlab/jupyterlab/pull/6664>`__, `#6621 <https://github.com/jupyterlab/jupyterlab/issues/6621>`__)
  36. * Update the settings UI to remove the table view (`#6654 <https://github.com/jupyterlab/jupyterlab/pull/6654>`__, `#6622 <https://github.com/jupyterlab/jupyterlab/issues/6622>`__, `#6653 <https://github.com/jupyterlab/jupyterlab/pull/6653>`__, `#6623 <https://github.com/jupyterlab/jupyterlab/issues/6623>`__, `#6646 <https://github.com/jupyterlab/jupyterlab/pull/6646>`__, `#6642 <https://github.com/jupyterlab/jupyterlab/issues/6642>`__)
  37. * Replace FAQ Extension with link to JupyterLab documentation (`#6628 <https://github.com/jupyterlab/jupyterlab/pull/6628>`__, `#6608 <https://github.com/jupyterlab/jupyterlab/issues/6608>`__, `#6625 <https://github.com/jupyterlab/jupyterlab/pull/6625>`__, `#6610 <https://github.com/jupyterlab/jupyterlab/issues/6610>`__)
  38. * Change the default keyboard shortcut for closing a tab to be ``Alt+w`` instead of ``Cmd/Ctrl+w`` to avoid conflicts with operating systems. (`#6486 <https://github.com/jupyterlab/jupyterlab/pull/6486>`__, `#6357 <https://github.com/jupyterlab/jupyterlab/issues/6357>`__)
  39. * Show help text in Inspector window to describe you should select a function (`#6476 <https://github.com/jupyterlab/jupyterlab/pull/6476>`__)
  40. * Fixes SVG rendering (`#6469 <https://github.com/jupyterlab/jupyterlab/pull/6469>`__, `#6295 <https://github.com/jupyterlab/jupyterlab/issues/6295>`__)
  41. * Add support for dropping a tab in the tab bar area. (`#6454 <https://github.com/jupyterlab/jupyterlab/pull/6454>`__, `#5406 <https://github.com/jupyterlab/jupyterlab/issues/5406>`__)
  42. * Switch some default shortcuts to use ``Accel`` instead of ``Ctrl`` so they are more natural for Mac users (`#6447 <https://github.com/jupyterlab/jupyterlab/pull/6447>`__, `#5023 <https://github.com/jupyterlab/jupyterlab/issues/5023>`__)
  43. * Add ability to tell between hover and selected command palette items (`#6407 <https://github.com/jupyterlab/jupyterlab/pull/6407>`__, `#279 <https://github.com/jupyterlab/jupyterlab/issues/279>`__)
  44. * Hide the "Last Modified" column when the file browser is narrow (`#6406 <https://github.com/jupyterlab/jupyterlab/pull/6406>`__, `#6093 <https://github.com/jupyterlab/jupyterlab/issues/6093>`__)
  45. * Support copy/paste in terminal and Mac OS using ``Ctrl+C`` and ``Ctrl+V`` (`#6391 <https://github.com/jupyterlab/jupyterlab/pull/6391>`__, `#6385 <https://github.com/jupyterlab/jupyterlab/issues/6385>`__, `#1146 <https://github.com/jupyterlab/jupyterlab/issues/1146>`__)
  46. * Support scrolling in running kernels panel (`#6383 <https://github.com/jupyterlab/jupyterlab/pull/6383>`__, `#6371 <https://github.com/jupyterlab/jupyterlab/issues/6371>`__)
  47. * Adds ability to "Merge Selected Cells" in the context menu in the notebook (`#6375 <https://github.com/jupyterlab/jupyterlab/pull/6375>`__, `#6318 <https://github.com/jupyterlab/jupyterlab/issues/6318>`__)
  48. * Turn On Accessibility In Xterm.js to make it more compatible for screen readers (`#6359 <https://github.com/jupyterlab/jupyterlab/pull/6359>`__)
  49. * When selecting cells using the keyboard shortcuts, we now skip collapsed cells (`#6356 <https://github.com/jupyterlab/jupyterlab/pull/6356>`__, `#3233 <https://github.com/jupyterlab/jupyterlab/issues/3233>`__)
  50. * Supporting opening ``.geojson`` files in JSON viewer (`#6349 <https://github.com/jupyterlab/jupyterlab/pull/6349>`__)
  51. * Performance fixes for text-based progress bars (`#6304 <https://github.com/jupyterlab/jupyterlab/pull/6304>`__, `#4202 <https://github.com/jupyterlab/jupyterlab/issues/4202>`__)
  52. * Add support for rendering Vega 5 and Vega Lite 3 while keeping the existing Vega 4 and Vega Lite 2 renderers (`#6294 <https://github.com/jupyterlab/jupyterlab/pull/6294>`__, `#6133 <https://github.com/jupyterlab/jupyterlab/pull/6133>`__, `#6128 <https://github.com/jupyterlab/jupyterlab/issues/6128>`__, `#6689 <https://github.com/jupyterlab/jupyterlab/pull/6689>`__, `#6685 <https://github.com/jupyterlab/jupyterlab/pull/6685>`__, `#6684 <https://github.com/jupyterlab/jupyterlab/issues/6684>`__, `#6675 <https://github.com/jupyterlab/jupyterlab/issues/6675>`__, `#6591 <https://github.com/jupyterlab/jupyterlab/pull/6591>`__, `#6572 <https://github.com/jupyterlab/jupyterlab/issues/6572>`__)
  53. * Drag and drop console cells into a notebook or text editor (`#5585 <https://github.com/jupyterlab/jupyterlab/pull/5585>`__, `#4847 <https://github.com/jupyterlab/jupyterlab/issues/4847>`__)
  54. * Drag and drop notebook cells into a console or text editor (`#5571 <https://github.com/jupyterlab/jupyterlab/pull/5571>`__, `#3732 <https://github.com/jupyterlab/jupyterlab/issues/3732>`__)
  55. * The extension manager search now sorts extensions by the score assigned to them by NPM instead of alphabetically (`#5649 <https://github.com/jupyterlab/jupyterlab/pull/5649>`__)
  56. * Notify the user when a kernel is automatically restarted, for example, if crashes from an out of memory error (`#6246 <https://github.com/jupyterlab/jupyterlab/pull/6246>`__, `#4273 <https://github.com/jupyterlab/jupyterlab/issues/4273>`__)
  57. * Expose the extension manager in a command and menu item (`#6200 <https://github.com/jupyterlab/jupyterlab/pull/6200>`__)
  58. * Add command to render all Markdown cells (`#6029 <https://github.com/jupyterlab/jupyterlab/pull/6029>`__, `#6017 <https://github.com/jupyterlab/jupyterlab/issues/6017>`__)
  59. * Supports using shift to select text in output area (`#6015 <https://github.com/jupyterlab/jupyterlab/pull/6015>`__, `#4800 <https://github.com/jupyterlab/jupyterlab/issues/4800>`__)
  60. * Output areas that opened in new views are restored properly now on reload (`#5981 <https://github.com/jupyterlab/jupyterlab/pull/5981>`__, `#5976 <https://github.com/jupyterlab/jupyterlab/issues/5976>`__)
  61. * Add support for managing notebook metadata under a new "Advanced Tools" section in the cell tools area. The cell and notebook metadata now always reflect the current state of the notebook (`#5968 <https://github.com/jupyterlab/jupyterlab/pull/5968>`__, `#5200 <https://github.com/jupyterlab/jupyterlab/issues/5200>`__)
  62. * Inherit terminal theme from core theme (`#5964 <https://github.com/jupyterlab/jupyterlab/pull/5964>`__)
  63. * Adds a built-in HTML viewer so that you can view HTML files (`#5962 <https://github.com/jupyterlab/jupyterlab/pull/5962>`__, `#5855 <https://github.com/jupyterlab/jupyterlab/pull/5855>`__, `#2369 <https://github.com/jupyterlab/jupyterlab/issues/2369>`__)
  64. * New workspaces are now automatically generated when you create a new window with the same workspace name. (`#5950 <https://github.com/jupyterlab/jupyterlab/pull/5950>`__, `#5854 <https://github.com/jupyterlab/jupyterlab/issues/5854>`__, `#5830 <https://github.com/jupyterlab/jupyterlab/pull/5830>`__, `#5214 <https://github.com/jupyterlab/jupyterlab/issues/5214>`__)
  65. * We now add a hint to the context menu to describe how you can access the native browser menu (`#5940 <https://github.com/jupyterlab/jupyterlab/pull/5940>`__, `#4023 <https://github.com/jupyterlab/jupyterlab/issues/4023>`__)
  66. * The tabs on the left panel have changed to make them more understandable (`#5920 <https://github.com/jupyterlab/jupyterlab/pull/5920>`__, `#5269 <https://github.com/jupyterlab/jupyterlab/issues/5269>`__)
  67. * Start a new terminal when the page is refreshed and the old terminal has died (`#5917 <https://github.com/jupyterlab/jupyterlab/pull/5917>`__)
  68. * Add a command to open the main menus, which can be assigned to a keyboard shortcut to open and navigate menus without a mouse (`#5910 <https://github.com/jupyterlab/jupyterlab/pull/5910>`__, `#3074 <https://github.com/jupyterlab/jupyterlab/issues/3074>`__)
  69. * The contextual help now updates based on changes in the cursor from the mouse instead of just from the keyboard (`#5906 <https://github.com/jupyterlab/jupyterlab/pull/5906>`__, `#5899 <https://github.com/jupyterlab/jupyterlab/issues/5899>`__)
  70. * The launcher now updates when the kernels change on the server (`#5904 <https://github.com/jupyterlab/jupyterlab/pull/5904>`__, `#5676 <https://github.com/jupyterlab/jupyterlab/issues/5676>`__)
  71. * Retain cell auto scroll behavior even when a cell output is cleared (`#5817 <https://github.com/jupyterlab/jupyterlab/pull/5817>`__, `#4028 <https://github.com/jupyterlab/jupyterlab/issues/4028>`__)
  72. * If you link to a relative path that is not a file in a markdown cell, this will now be preserved instead of changing it to a file URL (`#5814 <https://github.com/jupyterlab/jupyterlab/pull/5814>`__)
  73. * Adds the ability to link to a certain row in a CSV file and have the viewer open to that row (`#5727 <https://github.com/jupyterlab/jupyterlab/pull/5727>`__, `#5720 <https://github.com/jupyterlab/jupyterlab/issues/5720>`__)
  74. * We have improved the performance of switching to a large notebook (`#5700 <https://github.com/jupyterlab/jupyterlab/pull/5700>`__, `#4292 <https://github.com/jupyterlab/jupyterlab/issues/4292>`__, `#2639 <https://github.com/jupyterlab/jupyterlab/issues/2639>`__)
  75. * The vdom extension now supports event handling, so that you can have kernel code run in response to user interaction with the UI (`#5670 <https://github.com/jupyterlab/jupyterlab/pull/5670>`__)
  76. * Adds the ability to run "Run All Code" and "Restart Kernel and Run All Code" in code and markdown files (`#5641 <https://github.com/jupyterlab/jupyterlab/pull/5641>`__, `#5579 <https://github.com/jupyterlab/jupyterlab/issues/5579>`__)
  77. * We now remember what line ending a text file has when loading it, so that files with ``CRLF`` line endings will properly be saved with the same 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>`__)
  78. * Fixes rendering of SVG elements in HTML MimeType output (`#5610 <https://github.com/jupyterlab/jupyterlab/pull/5610>`__, `#5610 <https://github.com/jupyterlab/jupyterlab/issues/5610>`__, `#5589 <https://github.com/jupyterlab/jupyterlab/issues/5589>`__)
  79. * Allow copying files by holding down ``Ctrl`` when dragging them in the file browser (`#5584 <https://github.com/jupyterlab/jupyterlab/pull/5584>`__, `#3235 <https://github.com/jupyterlab/jupyterlab/issues/3235>`__)
  80. * Switch the hover modified time in the file browser to use the local format (`#5567 <https://github.com/jupyterlab/jupyterlab/pull/5567>`__)
  81. * We have added a default keyboard shortcut of ``Ctrl Shift Q`` for closing and cleaning up a file (`#5534 <https://github.com/jupyterlab/jupyterlab/pull/5534>`__, `#4390 <https://github.com/jupyterlab/jupyterlab/issues/4390>`__)
  82. * Adds the ability to find and go to a certain line in the CSV viewer (`#5523 <https://github.com/jupyterlab/jupyterlab/pull/5523>`__)
  83. * Add the ability to create new text and markdown files from the launcher and command palette (`#5512 <https://github.com/jupyterlab/jupyterlab/pull/5512>`__, `#5511 <https://github.com/jupyterlab/jupyterlab/pull/5511>`__)
  84. * A "New Folder" option has been added to the file browser context menu (`#5447 <https://github.com/jupyterlab/jupyterlab/pull/5447>`__)
  85. * The ANSI colors are now the same as those in the classic notebook (`#5336 <https://github.com/jupyterlab/jupyterlab/pull/5336>`__, `#3773 <https://github.com/jupyterlab/jupyterlab/issues/3773>`__)
  86. * Send complete statements instead of current lines when stepping through code in a cell (`#6515 <https://github.com/jupyterlab/jupyterlab/pull/6515>`__, `#6063 <https://github.com/jupyterlab/jupyterlab/pull/6063>`__)
  87. * Description list styles (``dl``, ``dt``, ``dd``) are improved to be consistent with the nteract project (`#5682 <https://github.com/jupyterlab/jupyterlab/pull/5682>`__, `#2399 <https://github.com/jupyterlab/jupyterlab/issues/2399>`__)
  88. Settings
  89. ^^^^^^^^
  90. * The settings system has been rewritten (`#5470 <https://github.com/jupyterlab/jupyterlab/pull/5470>`__, `#5298 <https://github.com/jupyterlab/jupyterlab/issues/5298>`__) and now uses json5 as the syntax, which supports comments and other features for better human readability (`#6343 <https://github.com/jupyterlab/jupyterlab/pull/6343>`__, `#6199 <https://github.com/jupyterlab/jupyterlab/issues/6199>`__).
  91. * The keyboard shortcut system has been rewritten and now displays a list of system commands in the settings comments (`#5812 <https://github.com/jupyterlab/jupyterlab/pull/5812>`__, `#5562 <https://github.com/jupyterlab/jupyterlab/issues/5562>`__).
  92. There are new settings for many following items, including:
  93. * Adds an option to shut down terminals and notebook kernels when they are closed (`#6285 <https://github.com/jupyterlab/jupyterlab/pull/6285>`__, `#6275 <https://github.com/jupyterlab/jupyterlab/pull/6275>`__)
  94. * Scrolling past the end of a notebooks and text editor document (`#5542 <https://github.com/jupyterlab/jupyterlab/pull/5542>`__, `#5271 <https://github.com/jupyterlab/jupyterlab/issues/5271>`__, `#5652 <https://github.com/jupyterlab/jupyterlab/pull/5652>`__, `#4429 <https://github.com/jupyterlab/jupyterlab/issues/4429>`__)
  95. * Text editor code folding, rulers, and active line highlighting (`#5761 <https://github.com/jupyterlab/jupyterlab/pull/5761>`__, `#4083 <https://github.com/jupyterlab/jupyterlab/issues/4083>`__, `#5750 <https://github.com/jupyterlab/jupyterlab/pull/5750>`__, `#4179 <https://github.com/jupyterlab/jupyterlab/issues/4179>`__, `#5529 <https://github.com/jupyterlab/jupyterlab/pull/5529>`__, `#5528 <https://github.com/jupyterlab/jupyterlab/issues/5528>`__)
  96. * Markdown viewer options (`#5901 <https://github.com/jupyterlab/jupyterlab/pull/5901>`__, `#3940 <https://github.com/jupyterlab/jupyterlab/issues/3940>`__)
  97. * Terminal scrollback and other settings (`#5609 <https://github.com/jupyterlab/jupyterlab/pull/5609>`__, `#3985 <https://github.com/jupyterlab/jupyterlab/issues/3985>`__)
  98. * The autosave interval (`#5645 <https://github.com/jupyterlab/jupyterlab/pull/5645>`__, `#5619 <https://github.com/jupyterlab/jupyterlab/issues/5619>`__)
  99. * The file browser showing the current active file (`#5698 <https://github.com/jupyterlab/jupyterlab/pull/5698>`__, `#4258 <https://github.com/jupyterlab/jupyterlab/issues/4258>`__)
  100. * Custom scrollbar styling for dark themes (`#6026 <https://github.com/jupyterlab/jupyterlab/pull/6026>`__, `#4867 <https://github.com/jupyterlab/jupyterlab/issues/4867>`__)
  101. Command Line Changes
  102. ^^^^^^^^^^^^^^^^^^^^
  103. * Installing extensions will be quieter and adds a ``--debug`` to extension installing (`#6567 <https://github.com/jupyterlab/jupyterlab/pull/6567>`__, `#6499 <https://github.com/jupyterlab/jupyterlab/issues/6499>`__, `#5986 <https://github.com/jupyterlab/jupyterlab/issues/5986>`__)
  104. * We now support running JupyterLab when its application directory is a symlink (`#6240 <https://github.com/jupyterlab/jupyterlab/pull/6240>`__, `#6166 <https://github.com/jupyterlab/jupyterlab/issues/6166>`__)
  105. * Add ``--all`` flag to ``labextension uninstall`` to remove all extensions (`#6058 <https://github.com/jupyterlab/jupyterlab/pull/6058>`__, `#6006 <https://github.com/jupyterlab/jupyterlab/issues/6006>`__)
  106. * Adds the ability to override the base URLs from the config (`#5518 <https://github.com/jupyterlab/jupyterlab/pull/5518>`__, `#5503 <https://github.com/jupyterlab/jupyterlab/pull/5503>`__)
  107. * Updates to workspaces CLI command (`#6473 <https://github.com/jupyterlab/jupyterlab/pull/6473>`__, `#5977 <https://github.com/jupyterlab/jupyterlab/issues/5977>`__, `#6276 <https://github.com/jupyterlab/jupyterlab/pull/6276>`__, `#6234 <https://github.com/jupyterlab/jupyterlab/pull/6234>`__, `#6210 <https://github.com/jupyterlab/jupyterlab/issues/6210>`__, `#5975 <https://github.com/jupyterlab/jupyterlab/pull/5975>`__, `#5695 <https://github.com/jupyterlab/jupyterlab/pull/5695>`__, `#5694 <https://github.com/jupyterlab/jupyterlab/issues/5694>`__)
  108. Extension Development Changes
  109. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. * We have rewritten how extensions provide keyboard shortcuts and interact with the settings system. If you previously defined keyboard shortcuts or used the settings mechanism, you will need to update your extension (`#5470 <https://github.com/jupyterlab/jupyterlab/pull/5470>`__, `#5298 <https://github.com/jupyterlab/jupyterlab/issues/5298>`__)
  111. * We have renamed the plugin type from ``JupyterLabPlugin`` to ``JupyterFrontEndPlugin``. The application arg is also renamed from ``JupyterLab`` to ``JupyterFrontEnd`` and some its functionality has been moved to a separate ``ILabShell`` plugin (`#5845 <https://github.com/jupyterlab/jupyterlab/pull/5845>`__, `#5919 <https://github.com/jupyterlab/jupyterlab/pull/5919>`__)
  112. * The lab shell ``addToMainArea``, ``addToLeftArea``, ``addToTopArea``, ``addToRightArea``, and ``addToBottomArea`` functions have been replaced with a single ``add()`` function that takes the area as an argument. Replace ``addToMainArea(widget, options)`` with ``add(widget, 'main', options)``, etc. (`#5845 <https://github.com/jupyterlab/jupyterlab/pull/5845>`__)
  113. * Rename ``pageUrl`` to ``appUrl`` in the server connection (`#6509 <https://github.com/jupyterlab/jupyterlab/pull/6509>`__, `#6508 <https://github.com/jupyterlab/jupyterlab/issues/6508>`__, `#6585 <https://github.com/jupyterlab/jupyterlab/pull/6585>`__, `#6584 <https://github.com/jupyterlab/jupyterlab/issues/6584>`__)
  114. * ``MainAreaWidget`` instances now forward update requests to their ``content`` (`#6586 <https://github.com/jupyterlab/jupyterlab/pull/6586>`__, `#6571 <https://github.com/jupyterlab/jupyterlab/issues/6571>`__)
  115. * The theme data attributes are renamed and moved to the document body element. If you are relying on these attributes in CSS to conditionally style based on the theme, you should update their names. For example ``data-theme-light`` is now ``data-jp-theme-light``. (`#6566 <https://github.com/jupyterlab/jupyterlab/pull/6566>`__, `#6554 <https://github.com/jupyterlab/jupyterlab/issues/6554>`__)
  116. * Extensions which require CSS should no longer import their CSS files into their Javascript files. Instead, they should specify a root CSS file in the ``style`` attribute in their ``package.json``, and JupyterLab will automatically import that CSS file. (`#6533 <https://github.com/jupyterlab/jupyterlab/pull/6533>`__, `#6530 <https://github.com/jupyterlab/jupyterlab/issues/6530>`__, `#6395 <https://github.com/jupyterlab/jupyterlab/pull/6395>`__, `#6390 <https://github.com/jupyterlab/jupyterlab/issues/6390>`__)
  117. * ``Dialog.prompt`` has been replaced by a number of type-specific dialogs such as ``InputDialog.getString``, ``InputDialog.getBoolean``, etc. (`#6522 <https://github.com/jupyterlab/jupyterlab/pull/6522>`__, `#6378 <https://github.com/jupyterlab/jupyterlab/issues/6378>`__, `#6327 <https://github.com/jupyterlab/jupyterlab/pull/6327>`__, `#6326 <https://github.com/jupyterlab/jupyterlab/issues/6326>`__)
  118. * When a ``RenderMime`` widget is re-rendered, the default behavior is to remove any existing content in the DOM. This can be overridden if needed. (`#6513 <https://github.com/jupyterlab/jupyterlab/pull/6513>`__, `#6505 <https://github.com/jupyterlab/jupyterlab/issues/6505>`__, `#6497 <https://github.com/jupyterlab/jupyterlab/issues/6497>`__)
  119. * We have updated our internal TypeScript version to 3.5.1 and our compile target to ``ES2017``. Extensions may need to upgrade their TypeScript version and target as well. (`#6440 <https://github.com/jupyterlab/jupyterlab/pull/6440>`__, `#6224 <https://github.com/jupyterlab/jupyterlab/pull/6224>`__)
  120. * We have updated the typings for some of the Kernel messages so that they better match the spec. (`#6433 <https://github.com/jupyterlab/jupyterlab/pull/6433>`__)
  121. * A ``connectionFailure`` signal has been added to some of the manager classes, which can be used to detect when a connection to the server is lost (`#6399 <https://github.com/jupyterlab/jupyterlab/pull/6399>`__, `#6176 <https://github.com/jupyterlab/jupyterlab/issues/6176>`__, `#3324 <https://github.com/jupyterlab/jupyterlab/issues/3324>`__)
  122. * Add rate limiting and polling utilities to ``coreutils`` to use for throttling and debouncing of API requests (`#6345 <https://github.com/jupyterlab/jupyterlab/pull/6345>`__, `#6346 <https://github.com/jupyterlab/jupyterlab/issues/6346>`__, `#6401 <https://github.com/jupyterlab/jupyterlab/pull/6401>`__, `#6305 <https://github.com/jupyterlab/jupyterlab/pull/6305>`__, `#6157 <https://github.com/jupyterlab/jupyterlab/issues/6157>`__, `#6192 <https://github.com/jupyterlab/jupyterlab/pull/6192>`__, `#6186 <https://github.com/jupyterlab/jupyterlab/pull/6186>`__, `#6141 <https://github.com/jupyterlab/jupyterlab/pull/6141>`__, `#3929 <https://github.com/jupyterlab/jupyterlab/issues/3929>`__, `#6141 <https://github.com/jupyterlab/jupyterlab/pull/6141>`__, `#3929 <https://github.com/jupyterlab/jupyterlab/issues/3929>`__, `#6186 <https://github.com/jupyterlab/jupyterlab/pull/6186>`__, `#6192 <https://github.com/jupyterlab/jupyterlab/pull/6192>`__, `#6401 <https://github.com/jupyterlab/jupyterlab/pull/6401>`__ ,`#6305 <https://github.com/jupyterlab/jupyterlab/pull/6305>`__, `#6157 <https://github.com/jupyterlab/jupyterlab/issues/6157>`__)
  123. * Require session when instantiating terminal widget (`#6339 <https://github.com/jupyterlab/jupyterlab/pull/6339>`__, `#5061 <https://github.com/jupyterlab/jupyterlab/issues/5061>`__)
  124. * Provides a signal to see what items are opened in a directory listing (`#6270 <https://github.com/jupyterlab/jupyterlab/pull/6270>`__, `#6269 <https://github.com/jupyterlab/jupyterlab/issues/6269>`__)
  125. * Ads the ability to add widget above the main work area to a top header area (`#5936 <https://github.com/jupyterlab/jupyterlab/pull/5936>`__)
  126. * Renames ``contextMenuFirst`` to ``contextMenuHitTest`` in the ``JupyterFrontEnd`` (`#5932 <https://github.com/jupyterlab/jupyterlab/pull/5932>`__)
  127. * Removes the ``initialCommand`` arg from the terminal creation command. (`#5916 <https://github.com/jupyterlab/jupyterlab/pull/5916>`__)
  128. * Adds ``--jp-code-cursor-width0``, ``--jp-code-cursor-width1``, and ``--jp-code-cursor-width2`` variables to the themes to support changing the cursor width if you change the font size (`#5898 <https://github.com/jupyterlab/jupyterlab/pull/5898>`__)
  129. * Adds the ability to insert a new item to the toolbar before or after another item (`#5896 <https://github.com/jupyterlab/jupyterlab/pull/5896>`__, `#5894 <https://github.com/jupyterlab/jupyterlab/issues/5894>`__)
  130. * Adds the ability for extensions to register new CodeMirror modes (`#5829 <https://github.com/jupyterlab/jupyterlab/pull/5829>`__)
  131. * We have removed the ``JUPYTERLAB_xxx_LOADER`` Webpack loaders, instead you should use the loader directly in the URL as Webpack supports it (`#5709 <https://github.com/jupyterlab/jupyterlab/pull/5709>`__, `#4406 <https://github.com/jupyterlab/jupyterlab/issues/4406>`__)
  132. * Adds the ability to handle fragments for document widgets (`#5630 <https://github.com/jupyterlab/jupyterlab/pull/5630>`__, `#5599 <https://github.com/jupyterlab/jupyterlab/issues/5599>`__)
  133. * We have added a ``@jupyterlab/ui-components`` package that contains reusable React components to be used internally and in extensions. Feel free to use this to create extension UIs with consistent styles (`#5538 <https://github.com/jupyterlab/jupyterlab/pull/5538>`__)
  134. * The ``showErrorMessage`` function now lets you customize the buttons it uses (`#5513 <https://github.com/jupyterlab/jupyterlab/pull/5513>`__)
  135. * We now provide helpers for using React components within JupyterLab. If you were previously using ``ReactElementWidget`` you should switch to using ``ReactWidget``. (`#5479 <https://github.com/jupyterlab/jupyterlab/pull/5479>`__, `#5766 <https://github.com/jupyterlab/jupyterlab/issues/5766>`__, `#6595 <https://github.com/jupyterlab/jupyterlab/pull/6595>`__, `#6595 <https://github.com/jupyterlab/jupyterlab/pull/6595>`__)
  136. * The share link command has been moved to its own extension so that it can be overridden (`#5460 <https://github.com/jupyterlab/jupyterlab/pull/5460>`__, `#5388 <https://github.com/jupyterlab/jupyterlab/issues/5388>`__)
  137. * Creating a new services session now requires passing a kernel model instead of a kernel instance (`#6503 <https://github.com/jupyterlab/jupyterlab/pull/6503>`__, `#6142 <https://github.com/jupyterlab/jupyterlab/issues/6142>`__)
  138. * We upgraded the Webpack raw file loader. The new version of the raw loader exports ES2015 modules, so this may require changes in extensions that import files using the raw loader. For example, if you did ``require('myfile.md')`` to get the content of `myfile.md` as a string, you now should import it using ES2015 `import` syntax, or use `require('myfile.md').default`.
  139. * Widget factories now can support custom cloning behavior from an optional source widget (`#6060 <https://github.com/jupyterlab/jupyterlab/pull/6060>`__, `#6044 <https://github.com/jupyterlab/jupyterlab/issues/6044>`__)
  140. * We have renamed the type ``InstanceTracker`` to ``WidgetTracker`` (`#6569 <https://github.com/jupyterlab/jupyterlab/commit/da8e7bda5eebd22319f59e5abbaaa9917872a7e8>`__).
  141. * In order to add widgets to the main area (e.g. as in the old XKCD extension tutorial), the correct syntax is now ``app.shell.add(widget)`` or ``app.shell.add(widget, 'main')``, see `here <https://github.com/jupyterlab/jupyterlab/blob/da8e7bda5eebd22319f59e5abbaaa9917872a7e8/packages/application/src/shell.ts#L500>`__.
  142. `v0.35.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.35.0>`__
  143. ---------------------------------------------------------------------------
  144. October 3, 2018
  145. ^^^^^^^^^^^^^^^
  146. See the `JupyterLab
  147. 0.35.0 <https://github.com/jupyterlab/jupyterlab/milestone/18?closed=1>`__
  148. milestone on GitHub for the full list of pull requests and issues closed.
  149. Features
  150. ^^^^^^^^
  151. * 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>`__)
  152. * Add "Go To Line" in the Edit menu for text editors. (`#5377 <https://github.com/jupyterlab/jupyterlab/pull/5377>`__)
  153. * 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>`__)
  154. * Make the sidebar a bit narrower, and make the minimum width adjustable from a theme. (`#5245 <https://github.com/jupyterlab/jupyterlab/pull/5245>`__)
  155. * Populate the File, Export Notebook As... submenu from the server nbconvert capabilities. (`#5217 <https://github.com/jupyterlab/jupyterlab/pull/5217>`__)
  156. * 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>`__)
  157. * Add a command-line interface for managing workspaces. (`#5166 <https://github.com/jupyterlab/jupyterlab/pull/5166>`__)
  158. * Allow safe inline CSS styles in Markdown. (`#5012 <https://github.com/jupyterlab/jupyterlab/pull/5012>`__, `#1812 <https://github.com/jupyterlab/jupyterlab/issues/1812>`__)
  159. * 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>`__)
  160. * Rework extension manager user experience. (`#5147 <https://github.com/jupyterlab/jupyterlab/pull/5147>`__, `#5042 <https://github.com/jupyterlab/jupyterlab/issues/5042>`__)
  161. Dark theme
  162. ^^^^^^^^^^
  163. * 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>`__)
  164. * Fix code completion menu for a dark theme. (`#5364 <https://github.com/jupyterlab/jupyterlab/pull/5364>`__, `#5349 <https://github.com/jupyterlab/jupyterlab/issues/5349>`__)
  165. * Style CSV viewer for a dark theme. (`#5304 <https://github.com/jupyterlab/jupyterlab/pull/5304>`__, `#3456 <https://github.com/jupyterlab/jupyterlab/issues/3456>`__)
  166. * Make Matplotlib figures legible in a dark theme. (`#5232 <https://github.com/jupyterlab/jupyterlab/pull/5232>`__)
  167. * Fix notebook cell dropdown legibility in a dark theme. (`#5168 <https://github.com/jupyterlab/jupyterlab/issues/5168>`__)
  168. Bug fixes
  169. ^^^^^^^^^
  170. * 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>`__)
  171. * 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>`__)
  172. * 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>`__)
  173. * Fix toolbar button enabled/disabled status. (`#5278 <https://github.com/jupyterlab/jupyterlab/pull/5278>`__)
  174. * Table alignment is now respected in Markdown. (`#5301 <https://github.com/jupyterlab/jupyterlab/pull/5301>`__, `#3180 <https://github.com/jupyterlab/jupyterlab/issues/3180>`__)
  175. * Fix syntax highlighting for Markdown lists. (`#5297 <https://github.com/jupyterlab/jupyterlab/pull/5297>`__, `#2741 <https://github.com/jupyterlab/jupyterlab/issues/2741>`__)
  176. * Use the current filebrowser instead of the default one for various commands. (`#5390 <https://github.com/jupyterlab/jupyterlab/pull/5390>`__)
  177. * 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>`__)
  178. Build system
  179. ^^^^^^^^^^^^
  180. * Use Typescript 3.1. (`#5360 <https://github.com/jupyterlab/jupyterlab/pull/5360>`__)
  181. * Use Lerna 3.2.1. (`#5262 <https://github.com/jupyterlab/jupyterlab/pull/5262>`__)
  182. * Node >=6.11.5 is now required. (`#5227 <https://github.com/jupyterlab/jupyterlab/pull/5227>`__)
  183. * Pin vega-embed version to 3.18.2. (`#5342 <https://github.com/jupyterlab/jupyterlab/pull/5342>`__)
  184. * Use Jest for services tests. (`#5251 <https://github.com/jupyterlab/jupyterlab/pull/5251>`__, `#5282 <https://github.com/jupyterlab/jupyterlab/pull/5282>`__)
  185. * Make it easier for third party extensions to use the JupyterLab test app and testing utilities. (`#5415 <https://github.com/jupyterlab/jupyterlab/pull/5415>`__)
  186. * Fix ``jupyter lab clean`` on Windows. (`#5400 <https://github.com/jupyterlab/jupyterlab/pull/5400>`__, `#5397 <https://github.com/jupyterlab/jupyterlab/issues/5397>`__)
  187. * Fix ``jupyter lab build`` on NFS. (`#5237 <https://github.com/jupyterlab/jupyterlab/pull/5237>`__, `#5233 <https://github.com/jupyterlab/jupyterlab/issues/5233>`__)
  188. * Build wheels for Python 3 only. (`#5287 <https://github.com/jupyterlab/jupyterlab/pull/5287>`__)
  189. * Migrate to using ``jupyterlab_server`` instead of ``jupyterlab_launcher`` and fix the app example. (`#5316 <https://github.com/jupyterlab/jupyterlab/pull/5316>`__)
  190. * Move Mathjax 2 typesetter to a library package. (`#5259 <https://github.com/jupyterlab/jupyterlab/pull/5259>`__, `#5257 <https://github.com/jupyterlab/jupyterlab/issues/5257>`__)
  191. For Developers
  192. ^^^^^^^^^^^^^^
  193. * 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>`__)
  194. * A JupyterLab application instance can now be given a document registry, service manager, and command linker. (`#5291 <https://github.com/jupyterlab/jupyterlab/pull/5291>`__)
  195. `v0.34.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.34.0>`__
  196. ---------------------------------------------------------------------------
  197. August 18, 2018
  198. ^^^^^^^^^^^^^^^
  199. See the `JupyterLab
  200. 0.34.0 <https://github.com/jupyterlab/jupyterlab/milestone/16?closed=1>`__
  201. milestone on GitHub for the full list of pull requests and issues closed.
  202. Key Features
  203. ^^^^^^^^^^^^
  204. * Notebooks, consoles, and text files now have access to completions for local
  205. tokens.
  206. * Python 3.5+ is now required to use JupyterLab. Python 2 kernels can still be
  207. run within JupyterLab.
  208. * Added the pipe (``|``) character as a CSV delimiter option.
  209. * Added "Open From Path..."" to top level ``File`` menu.
  210. * Added "Copy Download Link" to context menu for files.
  211. Changes for Developers
  212. ^^^^^^^^^^^^^^^^^^^^^^
  213. * Notebooks, consoles, and text files now have access to completions for local
  214. tokens. If a text file has a running kernel associated with its path (as
  215. happens with an attached console), it also gets completions and tooltips from
  216. that kernel. (`#5049 <https://github.com/jupyterlab/jupyterlab/pull/5049>`__)
  217. * The ``FileBrowser`` widget has a new constructor option ``refreshInterval``,
  218. allowing the creator to customize how often the widget polls the storage
  219. backend. This can be useful to prevent rate-limiting in certain contexts.
  220. (`#5048 <https://github.com/jupyterlab/jupyterlab/pull/5048>`__)
  221. * The application shell now gets a pair of CSS data attributes indicating the
  222. current theme, and whether it is light or dark. Extension authors can write
  223. CSS rules targeting these to have their extension UI elements respond to the
  224. application theme. For instance, to write a rule targeting whether the theme
  225. is overall light or dark, you can use
  226. .. code:: css
  227. [data-theme-light="true"] your-ui-class {
  228. background-color: white;
  229. }
  230. [data-theme-light="false"] your-ui-class {
  231. background-color: black;
  232. }
  233. The theme name can also be targeted by writing CSS rules for
  234. ``data-theme-name``. (`#5078
  235. <https://github.com/jupyterlab/jupyterlab/pull/5078>`__)
  236. * The ``IThemeManager`` interface now exposes a signal for ``themeChanged``,
  237. allowing extension authors to react to changes in the theme. Theme extensions
  238. must also provide a new boolean property ``isLight``, declaring whether they are
  239. broadly light colored. This data allows third-party extensions to react better
  240. to the active application theme. (`#5078
  241. <https://github.com/jupyterlab/jupyterlab/pull/5078>`__)
  242. * Added a patch to update the ``uploads`` for each ``FileBrowserModel`` instantly
  243. whenever a file upload errors. Previously, the upload that erred was only
  244. being removed from uploads upon an update. This would allow the status bar
  245. component and other extensions that use the ``FileBrowserModel`` to be more
  246. precise. (`#5077 <https://github.com/jupyterlab/jupyterlab/pull/5077>`__)
  247. * Cell IDs are now passed in the shell message as part of the cell metadata when
  248. a cell is executed. This helps in developing reactive kernels. (`#5033
  249. <https://github.com/jupyterlab/jupyterlab/pull/5033>`__)
  250. * The IDs of all deleted cells since the last run cell are now passed as part of
  251. the cell metadata on execution. The IDs of deleted cells since the last run
  252. cell are stored as ``deletedCells`` in ``NotebookModel``. This helps in
  253. developing reactive kernels. (`#5037
  254. <https://github.com/jupyterlab/jupyterlab/pull/5037>`__)
  255. * The ``ToolbarButton`` in ``apputils`` has been refactored with an API change
  256. and now uses a React component ``ToolbarButtonComponent`` to render its
  257. children. It is now a ``div`` with a single ``button`` child, which in turn as
  258. two ``span`` elements for an icon and text label. Extensions that were using
  259. the ``className`` options should rename it as ``iconClassName``. The
  260. ``className`` options still exists, but it used as the CSS class on the
  261. ``button`` element itself. The API changes were done to accommodate styling
  262. changes to the button. (`#5117
  263. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  264. * The ``Toolbar.createFromCommand`` function has been replaced by a dedicated
  265. ``ToolbarButton`` subclass called ``CommandToolbarButton``, that wraps a similarly
  266. named React component. (`#5117
  267. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  268. * The design and styling of the right and left sidebars tabs has been improved
  269. to address `#5054 <https://github.com/jupyterlab/jupyterlab/issues/50>`__.
  270. We are now using icons to render tabs for the extensions we ship with
  271. JupyterLab and extension authors are encouraged to do the same (text labels
  272. still work). Icon based tabs can be used by removing ``widget.caption`` and
  273. adding ``widget.iconClass = '<youriconclass> jp-SideBar-tabIcon';``. (`#5117
  274. <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  275. * The style of buttons in JupyterLab has been updated to a borderless design.
  276. (`#5117 <https://github.com/jupyterlab/jupyterlab/pull/5117>`__)
  277. * A new series of helper CSS classes for stying SVG-based icons at different
  278. sizes has been added: ``jp-Icon``, ``jp-Icon-16``, ``jp-Icon-18``, ``jp-Icon-20``.
  279. * The rank of the default sidebar widget has been updated. The main change is
  280. giving the extension manager a rank of ``1000`` so that it appears at the end of
  281. the default items.
  282. * Python 3.5+ is now required to use JupyterLab. Python 2 kernels can still be
  283. run within JupyterLab. (`#5119
  284. <https://github.com/jupyterlab/jupyterlab/pull/5119>`__)
  285. * JupyterLab now uses ``yarn 1.9.4`` (aliased as ``jlpm``), which now allows uses to
  286. use Node 10+. (`#5121
  287. <https://github.com/jupyterlab/jupyterlab/pull/5121>`__)
  288. * Clean up handling of ``baseUrl`` and ``wsURL`` for ``PageConfig`` and
  289. ``ServerConnection``. (`#5111
  290. <https://github.com/jupyterlab/jupyterlab/pull/5111>`__)
  291. Other Changes
  292. ^^^^^^^^^^^^^
  293. * Added the pipe (``|``) character as a CSV delimiter option. (`#5112
  294. <https://github.com/jupyterlab/jupyterlab/pull/5112>`__)
  295. * Added ``Open From Path...`` to top level ``File`` menu. (`#5108
  296. <https://github.com/jupyterlab/jupyterlab/pull/5108>`__)
  297. * Added a ``saveState`` signal to the document context object. (`#5096
  298. <https://github.com/jupyterlab/jupyterlab/pull/5096>`__)
  299. * Added "Copy Download Link" to context menu for files. (`#5089
  300. <https://github.com/jupyterlab/jupyterlab/pull/5089>`__)
  301. * Extensions marked as ``deprecated`` are no longer shown in the extension
  302. manager. (`#5058 <https://github.com/jupyterlab/jupyterlab/pull/5058>`__)
  303. * Remove ``In`` and ``Out`` text from cell prompts. Shrunk the prompt width from
  304. 90px to 64px. In the light theme, set the prompt colors of executed console
  305. cells to active prompt colors and reduced their opacity to 0.5. In the dark
  306. theme, set the prompt colors of executed console cells to active prompt colors
  307. and set their opacity to 1. (`#5097
  308. <https://github.com/jupyterlab/jupyterlab/pull/5097>`__ and `#5130
  309. <https://github.com/jupyterlab/jupyterlab/pull/5130>`__)
  310. Bug Fixes
  311. ^^^^^^^^^
  312. * Fixed a bug in the rendering of the "New Notebook" item of the command
  313. palette. (`#5079 <https://github.com/jupyterlab/jupyterlab/pull/5079>`__)
  314. * We only create the extension manager widget if it is enabled. This prevents
  315. unnecessary network requests to ``npmjs.com``.
  316. (`#5075 <https://github.com/jupyterlab/jupyterlab/pull/5075>`__)
  317. * The ``running`` panel now shows the running sessions at startup. (`#5118
  318. <https://github.com/jupyterlab/jupyterlab/pull/5118>`__)
  319. * Double clicking a file in the file browser always opens it rather than
  320. sometimes selecting it for a rename. (`#5101
  321. <https://github.com/jupyterlab/jupyterlab/pull/5101>`__)
  322. `v0.33.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.33.0>`__
  323. ---------------------------------------------------------------------------
  324. July 26, 2018
  325. ^^^^^^^^^^^^^
  326. See the `JupyterLab
  327. 0.33.0 <https://github.com/jupyterlab/jupyterlab/milestone/12?closed=1>`__
  328. milestone on GitHub for the full list of pull requests and issues
  329. closed.
  330. Key Features:
  331. ^^^^^^^^^^^^^
  332. - `No longer in beta <#no-longer-in-beta>`__
  333. - `Workspaces <#workspaces>`__
  334. - `Menu items <#menu-items>`__
  335. - `Keyboard shortcuts <#keyboard-shorcuts>`__
  336. - `Command palette items <#command-palette-items>`__
  337. - `Settings <#settings>`__
  338. - `Larger file uploads <#larger-size-uploads>`__
  339. - `Extension management and installation <#extension-manager>`__
  340. - `Interface changes <#interface-changes>`__
  341. - `Renderers <#renderers>`__
  342. - `Changes for developers <#changes-for-developers>`__
  343. - `Other fixes <#other-fixes>`__
  344. No longer in beta
  345. ^^^^^^^^^^^^^^^^^
  346. In JupyterLab 0.33, we removed the “Beta” label to better signal that
  347. JupyterLab is ready for users to use on a daily basis. The extension
  348. developer API is still being stabilized. See the release blog post for
  349. details.
  350. (`#4898 <https://github.com/jupyterlab/jupyterlab/issues/4898>`__,
  351. `#4920 <https://github.com/jupyterlab/jupyterlab/pull/4920>`__)
  352. Workspaces
  353. ^^^^^^^^^^
  354. We added new workspace support, which enables you to have multiple saved
  355. layouts, including in different browser windows. See the
  356. :ref:`workspace documentation <url-workspaces-ui>`
  357. for more details.
  358. (`#4502 <https://github.com/jupyterlab/jupyterlab/issues/4502>`__,
  359. `#4708 <https://github.com/jupyterlab/jupyterlab/pull/4708>`__,
  360. `#4088 <https://github.com/jupyterlab/jupyterlab/issues/4088>`__,
  361. `#4041 <https://github.com/jupyterlab/jupyterlab/pull/4041>`__
  362. `#3673 <https://github.com/jupyterlab/jupyterlab/issues/3673>`__,
  363. `#4780 <https://github.com/jupyterlab/jupyterlab/pull/4780>`__)
  364. Menu items
  365. ^^^^^^^^^^
  366. - “Activate Previously Used Tab” added to the Tab menu
  367. (``Ctrl/Cmd Shift '``) to toggle between the previously active tabs
  368. in the main area.
  369. (`#4296 <https://github.com/jupyterlab/jupyterlab/pull/4296>`__)
  370. - “Reload From Disk” added to the File menu to reload an open file from
  371. the state saved on disk.
  372. (`#4615 <https://github.com/jupyterlab/jupyterlab/pull/4615>`__)
  373. - “Save Notebook with View State” added to the File menu to persist the
  374. notebook collapsed and scrolled cell state. We now read the
  375. ``collapsed``, ``scrolled``, ``jupyter.source_hidden`` and
  376. ``jupyter.outputs_hidden`` notebook cell metadata when opening.
  377. ``collapsed`` and ``jupyter.outputs_hidden`` are redundant and the
  378. initial collapsed state is the union of both of them. When the state
  379. is persisted, if an output is collapsed, both will be written with
  380. the value ``true``, and if it is not, both will not be written.
  381. (`#3981 <https://github.com/jupyterlab/jupyterlab/pull/3981>`__)
  382. - “Increase/Decrease Font Size” added to the text editor settings menu.
  383. (`#4811 <https://github.com/jupyterlab/jupyterlab/pull/4811>`__)
  384. - “Show in File Browser” added to a document tab’s context menu.
  385. (`#4500 <https://github.com/jupyterlab/jupyterlab/pull/4500>`__)
  386. - “Open in New Browser Tab” added to the file browser context menu.
  387. (`#4315 <https://github.com/jupyterlab/jupyterlab/pull/4315>`__)
  388. - “Copy Path” added to file browser context menu to copy the document’s
  389. path to the clipboard.
  390. (`#4582 <https://github.com/jupyterlab/jupyterlab/pull/4582>`__)
  391. - “Show Left Area” has been renamed to “Show Left Sidebar” for
  392. consistency (same for right sidebar).
  393. (`#3818 <https://github.com/jupyterlab/jupyterlab/pull/3818>`__)
  394. Keyboard shortcuts
  395. ^^^^^^^^^^^^^^^^^^
  396. - “Save As…” given the keyboard shortcut ``Ctrl/Cmd Shift S``.
  397. (`#4560 <https://github.com/jupyterlab/jupyterlab/pull/4560>`__)
  398. - “Run All Cells” given the keyboard shortcut ``Ctrl/Cmd Shift Enter``.
  399. (`#4558 <https://github.com/jupyterlab/jupyterlab/pull/4558>`__)
  400. - “notebook:change-to-cell-heading-X” keyboard shortcuts (and commands)
  401. renamed to “notebook:change-cell-to-heading-X” for X=1…6. This fixes
  402. the notebook command-mode keyboard shortcuts for changing headings.
  403. (`#4430 <https://github.com/jupyterlab/jupyterlab/pull/4430>`__)
  404. - The console execute shortcut can now be set to either ``Enter`` or
  405. ``Shift Enter`` as a Console setting.
  406. (`#4054 <https://github.com/jupyterlab/jupyterlab/pull/4054>`__)
  407. Command palette items
  408. ^^^^^^^^^^^^^^^^^^^^^
  409. - “Notebook” added to the command palette to open a new notebook.
  410. (`#4812 <https://github.com/jupyterlab/jupyterlab/pull/4812>`__)
  411. - “Run Selected Text or Current Line in Console” added to the command
  412. palette to run the selected text or current line from a notebook in a
  413. console. A default keyboard shortcut for this command is not yet
  414. provided, but can be added by users with the
  415. ``notebook:run-in-console`` command. To add a keyboard shortcut
  416. ``Ctrl G`` for this command, use the “Settings” \| “Advanced Settings
  417. Editor” menu item to open the “Keyboard Shortcuts” advanced settings,
  418. and add the following JSON in the shortcut JSON object in the User
  419. Overrides pane (adjust the actual keyboard shortcut if you wish).
  420. (`#3453 <https://github.com/jupyterlab/jupyterlab/issues/3453>`__,
  421. `#4206 <https://github.com/jupyterlab/jupyterlab/issues/4206>`__,
  422. `#4330 <https://github.com/jupyterlab/jupyterlab/pull/4330>`__)
  423. .. code:: json
  424. {
  425. "command": "notebook:run-in-console",
  426. "keys": ["Ctrl G"],
  427. "selector": ".jp-Notebook.jp-mod-editMode"
  428. }
  429. - The command palette now renders labels, toggled state, and keyboard
  430. shortcuts in a more consistent and correct way.
  431. (`#4533 <https://github.com/jupyterlab/jupyterlab/pull/4533>`__,
  432. `#4510 <https://github.com/jupyterlab/jupyterlab/pull/4510>`__)
  433. Settings
  434. ^^^^^^^^
  435. - “fontFamily”, “fontSize”, and “lineHeight” settings added to the text
  436. editor advanced settings.
  437. (`#4673 <https://github.com/jupyterlab/jupyterlab/pull/4673>`__)
  438. - Solarized dark and light text editor themes from CodeMirror.
  439. (`#4445 <https://github.com/jupyterlab/jupyterlab/pull/4445>`__)
  440. Larger file uploads
  441. ^^^^^^^^^^^^^^^^^^^
  442. - Support for larger file uploads (>15MB) when using Jupyter notebook
  443. server version >= 5.1.
  444. (`#4224 <https://github.com/jupyterlab/jupyterlab/pull/4224>`__)
  445. Extension management and installation
  446. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  447. - New extension manager for installing JupyterLab extensions from npm
  448. within the JupyterLab UI. You can enable this from the Advanced
  449. Settings interface.
  450. (`#4682 <https://github.com/jupyterlab/jupyterlab/pull/4682>`__,
  451. `#4925 <https://github.com/jupyterlab/jupyterlab/pull/4925>`__)
  452. - Please note that to install extensions in JupyterLab, you must use
  453. NodeJS version 9 or earlier (i.e., not NodeJS version 10). We will
  454. upgrade yarn, with NodeJS version 10 support, when a `bug in
  455. yarn <https://github.com/yarnpkg/yarn/issues/5935>`__ is fixed.
  456. (`#4804 <https://github.com/jupyterlab/jupyterlab/pull/4804>`__)
  457. Interface changes
  458. ^^^^^^^^^^^^^^^^^
  459. - Wider tabs in the main working area to show longer filenames.
  460. (`#4801 <https://github.com/jupyterlab/jupyterlab/pull/4801>`__)
  461. - Initial kernel selection for a notebook or console can no longer be
  462. canceled: the user must select a kernel.
  463. (`#4596 <https://github.com/jupyterlab/jupyterlab/pull/4596>`__)
  464. - Consoles now do not display output from other clients by default. A
  465. new “Show All Kernel Activity” console context menu item has been
  466. added to show all activity from a kernel in the console.
  467. (`#4503 <https://github.com/jupyterlab/jupyterlab/pull/4503>`__)
  468. - The favicon now shows the busy status of the kernels in JupyterLab.
  469. (`#4361 <https://github.com/jupyterlab/jupyterlab/pull/4361>`__,
  470. `#3957 <https://github.com/jupyterlab/jupyterlab/issues/3957>`__,
  471. `#4966 <https://github.com/jupyterlab/jupyterlab/pull/4966>`__)
  472. Renderers
  473. ^^^^^^^^^
  474. - JupyterLab now ships with a Vega4 renderer by default (upgraded from
  475. Vega3).
  476. (`#4806 <https://github.com/jupyterlab/jupyterlab/pull/4806>`__)
  477. - The HTML sanitizer now allows some extra tags in rendered HTML,
  478. including ``kbd``, ``sup``, and ``sub``.
  479. (`#4618 <https://github.com/jupyterlab/jupyterlab/pull/4618>`__)
  480. - JupyterLab now recognizes the ``.tsv`` file extension as
  481. tab-separated files.
  482. (`#4684 <https://github.com/jupyterlab/jupyterlab/pull/4684>`__)
  483. - Javascript execution in notebook cells has been re-enabled.
  484. (`#4515 <https://github.com/jupyterlab/jupyterlab/pull/4682>`__)
  485. Changes for developers
  486. ^^^^^^^^^^^^^^^^^^^^^^
  487. - A new signal for observing application dirty status state changes.
  488. (`#4840 <https://github.com/jupyterlab/jupyterlab/issues/4840>`__)
  489. - A new signal for observing notebook cell execution.
  490. (`#4740 <https://github.com/jupyterlab/jupyterlab/issues/4740>`__,
  491. `#4744 <https://github.com/jupyterlab/jupyterlab/pull/4744>`__)
  492. - A new ``anyMessage`` signal for observing any message a kernel sends
  493. or receives.
  494. (`#4437 <https://github.com/jupyterlab/jupyterlab/pull/4437>`__)
  495. - A generic way for different widgets to register a “Save with extras”
  496. command that appears in the File menu under save.
  497. (`#3981 <https://github.com/jupyterlab/jupyterlab/pull/3981>`__)
  498. - A new API for removing groups from a JupyterLab menu. ``addGroup``
  499. now returns an ``IDisposable`` which can be used to remove the group.
  500. ``removeGroup`` has been removed.
  501. (`#4890 <https://github.com/jupyterlab/jupyterlab/pull/4890>`__)
  502. - The ``Launcher`` now uses commands from the application
  503. ``CommandRegistry`` to launch new activities. Extension authors that
  504. add items to the launcher will need to update them to use commands.
  505. (`#4757 <https://github.com/jupyterlab/jupyterlab/pull/4757>`__)
  506. - There is now a top-level ``addToBottomArea`` function in the
  507. application, allowing extension authors to add bottom panel items
  508. like status bars.
  509. (`#4752 <https://github.com/jupyterlab/jupyterlab/pull/4752>`__)
  510. - Rendermime extensions can now indicate that they are the default
  511. rendered widget factory for a file-type. For instance, the default
  512. widget for a markdown file is a text editor, but the default rendered
  513. widget is the markdown viewer.
  514. (`#4692 <https://github.com/jupyterlab/jupyterlab/pull/4692>`__)
  515. - Add new workspace REST endpoints to ``jupyterlab_server`` and make
  516. them available in ``@jupyterlab/services``.
  517. (`#4841 <https://github.com/jupyterlab/jupyterlab/pull/4841>`__)
  518. - Documents created with a mimerenderer extension can now be accessed
  519. using an ``IInstanceTracker`` which tracks them. Include the token
  520. ``IMimeDocumentTracker`` in your plugin to access this. The
  521. ``IInstanceTracker`` interface has also gained convenience functions
  522. ``find`` and ``filter`` to simplify iterating over instances.
  523. (`#4762 <https://github.com/jupyterlab/jupyterlab/pull/4762>`__)
  524. - RenderMime render errors are now displayed to the user.
  525. (`#4465 <https://github.com/jupyterlab/jupyterlab/pull/4465>`__)
  526. - ``getNotebookVersion`` is added to the ``PageConfig`` object.
  527. (`#4224 <https://github.com/jupyterlab/jupyterlab/pull/4224>`__)
  528. - The session ``kernelChanged`` signal now contains both the old kernel
  529. and the new kernel to make it easy to unregister things from the old
  530. kernel.
  531. (`#4834 <https://github.com/jupyterlab/jupyterlab/pull/4834>`__)
  532. - The ``connectTo`` functions for connecting to kernels and sessions
  533. are now synchronous (returning a connection immediately rather than a
  534. promise). The DefaultSession ``clone`` and ``update`` methods are
  535. also synchronous now.
  536. (`#4725 <https://github.com/jupyterlab/jupyterlab/pull/4725>`__)
  537. - Kernel message processing is now asynchronous, which guarantees the
  538. order of processing even if a handler is asynchronous. If a kernel
  539. message handler returns a promise, kernel message processing is
  540. paused until the promise resolves. The kernel’s ``anyMessage`` signal
  541. is emitted synchronously when a message is received before
  542. asynchronous message handling, and the ``iopubMessage`` and
  543. ``unhandledMessage`` signals are emitted during asynchronous message
  544. handling. These changes mean that the comm ``onMsg`` and ``onClose``
  545. handlers and the kernel future ``onReply``, ``onIOPub``, and
  546. ``onStdin`` handlers, as well as the comm target and message hook
  547. handlers, may be asynchronous and return promises.
  548. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  549. - Kernel comm targets and message hooks now are unregistered with
  550. ``removeCommTarget`` and ``removeMessageHook``, instead of using
  551. disposables. The corresponding ``registerCommTarget`` and
  552. ``registerMessageHook`` functions now return nothing.
  553. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  554. - The kernel ``connectToComm`` function is synchronous, and now returns
  555. the comm rather than a promise to the comm.
  556. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  557. - The ``KernelFutureHandler`` class ``expectShell`` constructor
  558. argument is renamed to ``expectReply``.
  559. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  560. - The kernel future ``done`` returned promise now resolves to undefined
  561. if there is no reply message.
  562. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  563. - The ``IDisplayDataMsg`` is updated to have the optional ``transient``
  564. key, and a new ``IUpdateDisplayDataMsg`` type was added for update
  565. display messages.
  566. (`#4697 <https://github.com/jupyterlab/jupyterlab/pull/4697>`__)
  567. - The ``uuid`` function from ``@jupyterlab/coreutils`` is removed.
  568. Instead import ``UUID`` from ``@phosphor/coreutils`` and use
  569. ``UUID.uuid4()`` .
  570. (`#4604 <https://github.com/jupyterlab/jupyterlab/pull/4604>`__)
  571. - Main area widgets like the launcher and console inherit from a common
  572. ``MainAreaWidget`` class which provides a content area (``.content``)
  573. and a toolbar (``.toolbar``), consistent focus handling and
  574. activation behavior, and a spinner displayed until the given
  575. ``reveal`` promise is resolved. Document widgets, like the notebook
  576. and text editor and other documents opened from the document manager,
  577. implement the ``IDocumentWidget`` interface (instead of
  578. ``DocumentRegistry.IReadyWidget``), which builds on
  579. ``MainAreaWidget`` and adds a ``.context`` attribute for the document
  580. context and makes dirty handling consistent. Extension authors may
  581. consider inheriting from the ``MainAreaWidget`` or ``DocumentWidget``
  582. class for consistency. Several effects from these changes are noted
  583. below.
  584. (`#3499 <https://github.com/jupyterlab/jupyterlab/pull/3499>`__,
  585. `#4453 <https://github.com/jupyterlab/jupyterlab/pull/4453>`__)
  586. - The notebook panel ``.notebook`` attribute is renamed to
  587. ``.content``.
  588. - The text editor is now the ``.content`` of a ``DocumentWidget``,
  589. so the top-level editor widget has a toolbar and the editor itself
  590. is ``widget.content.editor`` rather than just ``widget.editor``.
  591. - Mime documents use a ``MimeContent`` widget embedded inside of a
  592. ``DocumentWidget`` now.
  593. - Main area widgets and document widgets now have a ``revealed``
  594. promise which resolves when the widget has been revealed (i.e.,
  595. the spinner has been removed). This should be used instead of the
  596. ``ready`` promise.
  597. Changes in the JupyterLab code infrastructure include:
  598. - The JupyterLab TypeScript codebase is now compiled to ES2015 (ES6)
  599. using TypeScript 2.9. We also turned on the TypeScript
  600. ``esModuleInterop`` flag to enable more natural imports from
  601. non-es2015 JavaScript modules. With the update to ES2015 output, code
  602. generated from async/await syntax became much more manageable, so we
  603. have started to use async/await liberally throughout the codebase,
  604. especially in tests. Because we use Typedoc for API documentation, we
  605. still use syntax compatible with TypeScript 2.7 where Typedoc is
  606. used. Extension authors may have some minor compatibility updates to
  607. make. If you are writing an extension in TypeScript, we recommend
  608. updating to TypeScript 2.9 and targeting ES2015 output as well.
  609. (`#4462 <https://github.com/jupyterlab/jupyterlab/pull/4462>`__,
  610. `#4675 <https://github.com/jupyterlab/jupyterlab/pull/4675>`__,
  611. `#4714 <https://github.com/jupyterlab/jupyterlab/pull/4714>`__,
  612. `#4797 <https://github.com/jupyterlab/jupyterlab/pull/4797>`__)
  613. - The JupyterLab codebase is now formatted using
  614. `Prettier <https://github.com/prettier/prettier>`__. By default the
  615. development environment installs a pre-commit hook that formats your
  616. staged changes.
  617. (`#4090 <https://github.com/jupyterlab/jupyterlab/pull/4090>`__)
  618. - Updated build infrastructure using webpack 4 and better typing.
  619. (`#4702 <https://github.com/jupyterlab/jupyterlab/pull/4702>`__,
  620. `#4698 <https://github.com/jupyterlab/jupyterlab/pull/4698>`__)
  621. - Upgraded yarn to version 1.6. Please note that you must use NodeJS
  622. version 9 or earlier with JupyterLab (i.e., not NodeJS version 10).
  623. We will upgrade yarn, with NodeJS version 10 support, when a `bug in
  624. yarn <https://github.com/yarnpkg/yarn/issues/5935>`__ is fixed.
  625. (`#4804 <https://github.com/jupyterlab/jupyterlab/pull/4804>`__)
  626. - Various process utilities were moved to ``jupyterlab_server``.
  627. (`#4696 <https://github.com/jupyterlab/jupyterlab/pull/4696>`__)
  628. Other fixes
  629. ^^^^^^^^^^^
  630. - Fixed a rendering bug with the Launcher in single-document mode.
  631. (`#4805 <https://github.com/jupyterlab/jupyterlab/pull/4805>`__)
  632. - Fixed a bug where the native context menu could not be triggered in a
  633. notebook cell in Chrome.
  634. (`#4720 <https://github.com/jupyterlab/jupyterlab/pull/4720>`__)
  635. - Fixed a bug where the cursor would not show up in the dark theme.
  636. (`#4699 <https://github.com/jupyterlab/jupyterlab/pull/4699>`__)
  637. - Fixed a bug preventing relative links from working correctly in
  638. alternate ``IDrive``\ s.
  639. (`#4613 <https://github.com/jupyterlab/jupyterlab/pull/4613>`__)
  640. - Fixed a bug breaking the image viewer upon saving the image.
  641. (`#4602 <https://github.com/jupyterlab/jupyterlab/pull/4602>`__)
  642. - Fixed the font size for code blocks in notebook Markdown headers.
  643. (`#4617 <https://github.com/jupyterlab/jupyterlab/pull/4617>`__)
  644. - Prevented a memory leak when repeatedly rendering a Vega chart.
  645. (`#4904 <https://github.com/jupyterlab/jupyterlab/pull/4904>`__)
  646. - Support dropped terminal connection re-connecting.
  647. (`#4763 <https://github.com/jupyterlab/jupyterlab/issues/4763>`__,
  648. `#4802 <https://github.com/jupyterlab/jupyterlab/pull/4802>`__)
  649. - Use ``require.ensure`` in ``vega4-extension`` to lazily load
  650. ``vega-embed`` and its dependencies on first render.
  651. (`#4706 <https://github.com/jupyterlab/jupyterlab/pull/4706>`__)
  652. - Relative links to documents that include anchor tags will now
  653. correctly scroll the document to the right place.
  654. (`#4692 <https://github.com/jupyterlab/jupyterlab/pull/4692>`__)
  655. - Fix default settings JSON in setting editor.
  656. (`#4591 <https://github.com/jupyterlab/jupyterlab/issues/4591>`__,
  657. `#4595 <https://github.com/jupyterlab/jupyterlab/pull/4595>`__)
  658. - Fix setting editor pane layout’s stretch factor.
  659. (`#2971 <https://github.com/jupyterlab/jupyterlab/issues/2971>`__,
  660. `#4772 <https://github.com/jupyterlab/jupyterlab/pull/4772>`__)
  661. - Programmatically set settings are now output with nicer formatting.
  662. (`#4870 <https://github.com/jupyterlab/jupyterlab/pull/4870>`__)
  663. - Fixed a bug in displaying one-line CSV files.
  664. (`#4795 <https://github.com/jupyterlab/jupyterlab/issues/4795>`__,
  665. `#4796 <https://github.com/jupyterlab/jupyterlab/pull/4796>`__)
  666. - Fixed a bug where JSON arrays in rich outputs were collapsed into
  667. strings.
  668. (`#4480 <https://github.com/jupyterlab/jupyterlab/pull/4480>`__)
  669. `Beta 2 (v0.32.0) <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.32.0>`__
  670. ------------------------------------------------------------------------------------
  671. Apr 16, 2018
  672. ^^^^^^^^^^^^
  673. This is the second in the JupyterLab Beta series of releases. It
  674. contains many enhancements, bugfixes, and refinements, including:
  675. - Better handling of a corrupted or invalid state database.
  676. (`#3619 <https://github.com/jupyterlab/jupyterlab/issues/3619>`__,
  677. `#3622 <https://github.com/jupyterlab/jupyterlab/issues/3622>`__,
  678. `#3687 <https://github.com/jupyterlab/jupyterlab/issues/3687>`__,
  679. `#4114 <https://github.com/jupyterlab/jupyterlab/issues/4114>`__).
  680. - Fixing file dirty status indicator.
  681. (`#3652 <https://github.com/jupyterlab/jupyterlab/issues/3652>`__).
  682. - New option for whether to autosave documents.
  683. (`#3734 <https://github.com/jupyterlab/jupyterlab/issues/3734>`__).
  684. - More commands in the notebook context menu.
  685. (`#3770 <https://github.com/jupyterlab/jupyterlab/issues/3770>`__,
  686. `#3909 <https://github.com/jupyterlab/jupyterlab/issues/3909>`__)
  687. - Defensively checking for completion metadata from kernels.
  688. (`#3888 <https://github.com/jupyterlab/jupyterlab/issues/3888>`__)
  689. - New “Shutdown all” button in the Running panel.
  690. (`#3764 <https://github.com/jupyterlab/jupyterlab/issues/3764>`__)
  691. - Performance improvements wherein non-focused documents poll the
  692. server less.
  693. (`#3931 <https://github.com/jupyterlab/jupyterlab/issues/3931>`__)
  694. - Changing the keyboard shortcut for singled-document-mode to something
  695. less easy to trigger.
  696. (`#3889 <https://github.com/jupyterlab/jupyterlab/issues/3889>`__)
  697. - Performance improvements for rendering text streams, especially
  698. around progress bars.
  699. (`#4045 <https://github.com/jupyterlab/jupyterlab/issues/4045>`__).
  700. - Canceling a “Restart Kernel” now functions correctly.
  701. (`#3703 <https://github.com/jupyterlab/jupyterlab/issues/3703>`__).
  702. - Defer loading file contents until after the application has been
  703. restored.
  704. (`#4087 <https://github.com/jupyterlab/jupyterlab/issues/4087>`__).
  705. - Ability to rotate, flip, and invert images in the image viewer.
  706. (`#4000 <https://github.com/jupyterlab/jupyterlab/issues/4000>`__)
  707. - Major performance improvements for large CSV viewing.
  708. (`#3997 <https://github.com/jupyterlab/jupyterlab/issues/3997>`__).
  709. - Always show the context menu in the file browser, even for an empty
  710. directory.
  711. (`#4264 <https://github.com/jupyterlab/jupyterlab/issues/4264>`__).
  712. - Handle asynchronous comm messages in the services library more
  713. correctly (Note: this means ``@jupyterlab/services`` is now at
  714. version 2.0!)
  715. (`[#4115](https://github.com/jupyterlab/jupyterlab/issues/4115) <https://github.com/jupyterlab/jupyterlab/pull/4115>`__).
  716. - Display the kernel banner in the console when a kernel is restarted
  717. to mark the restart
  718. (`[#3663](https://github.com/jupyterlab/jupyterlab/issues/3663) <https://github.com/jupyterlab/jupyterlab/pull/3663>`__).
  719. - Many tweaks to the UI, as well as better error handling.
  720. `Beta 1 (v0.31.0) <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.31.0>`__
  721. ------------------------------------------------------------------------------------
  722. Jan 11, 2018
  723. ^^^^^^^^^^^^
  724. - Add a ``/tree`` handler and ``Copy Shareable Link`` to file listing
  725. right click menu: https://github.com/jupyterlab/jupyterlab/pull/3396
  726. - Experimental support for saved workspaces:
  727. `#3490 <https://github.com/jupyterlab/jupyterlab/issues/3490>`__,
  728. `#3586 <https://github.com/jupyterlab/jupyterlab/issues/3586>`__
  729. - Added types information to the completer:
  730. `#3508 <https://github.com/jupyterlab/jupyterlab/issues/3508>`__
  731. - More improvements to the top level menus:
  732. https://github.com/jupyterlab/jupyterlab/pull/3344
  733. - Editor settings for notebook cells:
  734. https://github.com/jupyterlab/jupyterlab/pull/3441
  735. - Simplification of theme extensions:
  736. https://github.com/jupyterlab/jupyterlab/pull/3423
  737. - New CSS variable naming scheme:
  738. https://github.com/jupyterlab/jupyterlab/pull/3403
  739. - Improvements to cell selection and dragging:
  740. https://github.com/jupyterlab/jupyterlab/pull/3414
  741. - Style and typography improvements:
  742. https://github.com/jupyterlab/jupyterlab/pull/3468
  743. https://github.com/jupyterlab/jupyterlab/pull/3457
  744. https://github.com/jupyterlab/jupyterlab/pull/3445
  745. https://github.com/jupyterlab/jupyterlab/pull/3431
  746. https://github.com/jupyterlab/jupyterlab/pull/3428
  747. https://github.com/jupyterlab/jupyterlab/pull/3408
  748. https://github.com/jupyterlab/jupyterlab/pull/3418
  749. `v0.30.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.30.0>`__
  750. ---------------------------------------------------------------------------
  751. Dec 05, 2017
  752. ^^^^^^^^^^^^
  753. - Semantic menus: https://github.com/jupyterlab/jupyterlab/pull/3182
  754. - Settings editor now allows comments and provides setting validation:
  755. https://github.com/jupyterlab/jupyterlab/pull/3167
  756. - Switch to Yarn as the package manager:
  757. https://github.com/jupyterlab/jupyterlab/pull/3182
  758. - Support for carriage return in outputs:
  759. `#2761 <https://github.com/jupyterlab/jupyterlab/issues/2761>`__
  760. - Upgrade to TypeScript 2.6:
  761. https://github.com/jupyterlab/jupyterlab/pull/3288
  762. - Cleanup of the build, packaging, and extension systems.
  763. ``jupyter labextension install`` is now the recommended way to
  764. install a local directory. Local directories are considered linked to
  765. the application. cf
  766. https://github.com/jupyterlab/jupyterlab/pull/3182
  767. - ``--core-mode`` and ``--dev-mode`` are now semantically different.
  768. ``--core-mode`` is a version of JupyterLab using released JavaScript
  769. packages and is what we ship in the Python package. ``--dev-mode`` is
  770. for unreleased JavaScript and shows the red banner at the top of the
  771. page. https://github.com/jupyterlab/jupyterlab/pull/3270
  772. `v0.29.2 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.29.2>`__
  773. ---------------------------------------------------------------------------
  774. Nov 17, 2017
  775. ^^^^^^^^^^^^
  776. Bug fix for file browser right click handling.
  777. https://github.com/jupyterlab/jupyterlab/issues/3019
  778. `v0.29.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.29.0>`__
  779. ---------------------------------------------------------------------------
  780. Nov 09, 2017
  781. ^^^^^^^^^^^^
  782. - Create new view of cell in cell context menu.
  783. `#3159 <https://github.com/jupyterlab/jupyterlab/issues/3159>`__
  784. - New Renderers for VDOM and JSON mime types and files.
  785. `#3157 <https://github.com/jupyterlab/jupyterlab/issues/3157>`__
  786. - Switch to React for our VDOM implementation. Affects the
  787. ``VDomRenderer`` class.
  788. `#3133 <https://github.com/jupyterlab/jupyterlab/issues/3133>`__
  789. - Standalone Cell Example.
  790. `#3155 <https://github.com/jupyterlab/jupyterlab/issues/3155>`__
  791. `v0.28.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.28.0>`__
  792. ---------------------------------------------------------------------------
  793. Oct 16, 2017
  794. ^^^^^^^^^^^^
  795. This release generally focuses on developer and extension author
  796. enhancements and general bug fixes.
  797. - Plugin id and schema file conventions change.
  798. https://github.com/jupyterlab/jupyterlab/pull/2936.
  799. - Theme authoring conventions change.
  800. `#3061 <https://github.com/jupyterlab/jupyterlab/issues/3061>`__
  801. - Enhancements to enabling and disabling of extensions.
  802. `#3078 <https://github.com/jupyterlab/jupyterlab/issues/3078>`__
  803. - Mime extensions API change (``name`` -> ``id`` and new naming
  804. convention).
  805. `#3078 <https://github.com/jupyterlab/jupyterlab/issues/3078>`__
  806. - Added a ``jupyter lab --watch`` mode for extension authors.
  807. `#3077 <https://github.com/jupyterlab/jupyterlab/issues/3077>`__
  808. - New comprehensive extension authoring tutorial.
  809. `#2921 <https://github.com/jupyterlab/jupyterlab/issues/2921>`__
  810. - Added the ability to use an alternate LaTeX renderer.
  811. `#2974 <https://github.com/jupyterlab/jupyterlab/issues/2974>`__
  812. - Numerous bug fixes and style enhancements.
  813. `v0.27.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.27.0>`__
  814. ---------------------------------------------------------------------------
  815. Aug 23, 2017
  816. ^^^^^^^^^^^^
  817. - Added support for dynamic theme loading.
  818. https://github.com/jupyterlab/jupyterlab/pull/2759
  819. - Added an application splash screen.
  820. https://github.com/jupyterlab/jupyterlab/pull/2899
  821. - Enhancements to the settings editor.
  822. https://github.com/jupyterlab/jupyterlab/pull/2784
  823. - Added a PDF viewer.
  824. `#2867 <https://github.com/jupyterlab/jupyterlab/issues/2867>`__
  825. - Numerous bug fixes and style improvements.
  826. `v0.26.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.26.0>`__
  827. ---------------------------------------------------------------------------
  828. Jul 21, 2017
  829. ^^^^^^^^^^^^
  830. - Implemented server side handling of users settings:
  831. https://github.com/jupyterlab/jupyterlab/pull/2585
  832. - Revamped the handling of file types in the application - affects
  833. document and mime renderers:
  834. https://github.com/jupyterlab/jupyterlab/pull/2701
  835. - Updated dialog API - uses virtual DOM instead of raw DOM nodes and
  836. better use of the widget lifecycle:
  837. https://github.com/jupyterlab/jupyterlab/pull/2661
  838. `v0.25.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.25.0>`__
  839. ---------------------------------------------------------------------------
  840. Jul 07, 2017
  841. ^^^^^^^^^^^^
  842. - Added a new extension type for mime renderers, with the
  843. ``vega2-extension`` as a built-in example. Also overhauled the
  844. rendermime interfaces.
  845. https://github.com/jupyterlab/jupyterlab/pull/2488
  846. https://github.com/jupyterlab/jupyterlab/pull/2555
  847. https://github.com/jupyterlab/jupyterlab/pull/2595
  848. - Finished JSON-schema based settings system, using client-side storage
  849. for now. https://github.com/jupyterlab/jupyterlab/pull/2411
  850. - Overhauled the launcher design.
  851. https://github.com/jupyterlab/jupyterlab/pull/2506
  852. https://github.com/jupyterlab/jupyterlab/pull/2580
  853. - Numerous bug fixes and style updates.
  854. `v0.24.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.24.0>`__
  855. ---------------------------------------------------------------------------
  856. Jun 16, 2017
  857. ^^^^^^^^^^^^
  858. - Overhaul of the launcher.
  859. `#2380 <https://github.com/jupyterlab/jupyterlab/issues/2380>`__
  860. - Initial implementation of client-side settings system.
  861. `#2157 <https://github.com/jupyterlab/jupyterlab/issues/2157>`__
  862. - Updatable outputs.
  863. `#2439 <https://github.com/jupyterlab/jupyterlab/issues/2439>`__
  864. - Use new Phosphor Datagrid for CSV viewer.
  865. `#2433 <https://github.com/jupyterlab/jupyterlab/issues/2433>`__
  866. - Added ability to enable/disable extensions without rebuilding.
  867. `#2409 <https://github.com/jupyterlab/jupyterlab/issues/2409>`__
  868. - Added language and tab settings for the file viewer.
  869. `#2406 <https://github.com/jupyterlab/jupyterlab/issues/2406>`__
  870. - Improvements to real time collaboration experience.
  871. `#2387 <https://github.com/jupyterlab/jupyterlab/issues/2387>`__
  872. `#2333 <https://github.com/jupyterlab/jupyterlab/issues/2333>`__
  873. - Compatibility checking for extensions.
  874. `#2410 <https://github.com/jupyterlab/jupyterlab/issues/2410>`__
  875. - Numerous bug fixes and style improvements.
  876. `v0.23.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.23.0>`__
  877. ---------------------------------------------------------------------------
  878. Jun 02, 2017
  879. ^^^^^^^^^^^^
  880. - Chat box feature. https://github.com/jupyterlab/jupyterlab/pull/2118
  881. - Collaborative cursors.
  882. https://github.com/jupyterlab/jupyterlab/pull/2139
  883. - Added concept of Drive to ContentsManager.
  884. https://github.com/jupyterlab/jupyterlab/pull/2248
  885. - Refactored to enable switching the theme.
  886. https://github.com/jupyterlab/jupyterlab/pull/2283
  887. - Clean up the APIs around kernel execution.
  888. https://github.com/jupyterlab/jupyterlab/pull/2266
  889. - Various bug fixes and style improvements.
  890. `v0.22.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.22.0>`__
  891. ------------------------------------------------------------------------------------
  892. May 18, 2017
  893. ^^^^^^^^^^^^
  894. - Export To… for notebooks.
  895. https://github.com/jupyterlab/jupyterlab/pull/2200
  896. - Change kernel by clicking on the kernel name in the notebook.
  897. https://github.com/jupyterlab/jupyterlab/pull/2195
  898. - Improved handling of running code in text editors.
  899. https://github.com/jupyterlab/jupyterlab/pull/2191
  900. - Can select file in file browser by typing:
  901. https://github.com/jupyterlab/jupyterlab/pull/2190
  902. - Ability to open a console for a notebook.
  903. https://github.com/jupyterlab/jupyterlab/pull/2189
  904. - Upgrade to Phosphor 1.2 with Command Palette fuzzy matching
  905. improvements.
  906. `#1182 <https://github.com/jupyterlab/jupyterlab/issues/1182>`__
  907. - Rename of widgets that had ``Widget`` in the name and associated
  908. package names. https://github.com/jupyterlab/jupyterlab/pull/2177
  909. - New ``jupyter labhub`` command to launch JupyterLab on JupyterHub:
  910. https://github.com/jupyterlab/jupyterlab/pull/2222
  911. - Removed the ``utils`` from ``@jupyterlab/services`` in favor of
  912. ``PageConfig`` and ``ServerConnection``.
  913. https://github.com/jupyterlab/jupyterlab/pull/2173
  914. https://github.com/jupyterlab/jupyterlab/pull/2185
  915. - Cleanup, bug fixes, and style updates.
  916. `v0.20.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.20.0>`__
  917. ------------------------------------------------------------------------------------
  918. Apr 21, 2017
  919. ^^^^^^^^^^^^
  920. Release Notes:
  921. - Overhaul of extension handling, see updated docs for
  922. `users <https://github.com/jupyterlab/jupyterlab/blob/dd83a2e4be8bf23c610c163afe4b480215514764/tutorial/extensions_user.md>`__
  923. and
  924. `developers <https://github.com/jupyterlab/jupyterlab/blob/dd83a2e4be8bf23c610c163afe4b480215514764/tutorial/extensions_dev.md>`__.
  925. https://github.com/jupyterlab/jupyterlab/pull/2023
  926. - Added single document mode and a ``Tabs`` sidebar.
  927. https://github.com/jupyterlab/jupyterlab/pull/2037
  928. - More work toward real time collaboration - implemented a model
  929. database interface that can be in-memory by real time backends.
  930. https://github.com/jupyterlab/jupyterlab/pull/2039
  931. Numerous bug fixes and improvements.
  932. `v0.19.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.19.0>`__
  933. ------------------------------------------------------------------------------------------
  934. Apr 04, 2017
  935. ^^^^^^^^^^^^
  936. Mainly backend-focused release with compatibility with Phosphor 1.0 and
  937. a big refactor of session handling (the ClientSession class) that
  938. provides a simpler object for classes like notebooks, consoles,
  939. inspectors, etc. to use to communicate with the API. Also includes
  940. improvements to the development workflow of JupyterLab itself after the
  941. big split.
  942. https://github.com/jupyterlab/jupyterlab/pull/1984
  943. https://github.com/jupyterlab/jupyterlab/pull/1927
  944. `v0.18.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.18.0>`__
  945. ------------------------------------------------------------------------------------------
  946. Mar 21, 2017
  947. ^^^^^^^^^^^^
  948. - Split the repository into multiple packages that are managed using
  949. the lerna build tool.
  950. https://github.com/jupyterlab/jupyterlab/issues/1773
  951. - Added restoration of main area layout on refresh.
  952. https://github.com/jupyterlab/jupyterlab/pull/1880
  953. - Numerous bug fixes and style updates.
  954. `v0.17.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.17.0>`__
  955. ------------------------------------------------------------------------------------
  956. Mar 01, 2017
  957. ^^^^^^^^^^^^
  958. - Upgrade to new ``@phosphor`` packages - brings a new Command Palette
  959. interaction that should be more intuitive, and restores the ability
  960. to drag to dock panel edges
  961. https://github.com/jupyterlab/jupyterlab/pull/1762.
  962. - Refactor of ``RenderMime`` and associated renders to use live models.
  963. See https://github.com/jupyterlab/jupyterlab/pull/1709 and
  964. https://github.com/jupyterlab/jupyterlab/issues/1763.
  965. - Improvements and bug fixes for the completer widget:
  966. https://github.com/jupyterlab/jupyterlab/pull/1778
  967. - Upgrade CodeMirror to 5.23:
  968. https://github.com/jupyterlab/jupyterlab/pull/1764
  969. - Numerous style updates and bug fixes.
  970. `v0.16.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v0.16.0>`__
  971. ----------------------------------------------------------------------------------------
  972. Feb 09, 2017
  973. ^^^^^^^^^^^^
  974. - Adds a Cell Tools sidebar that allows you to edit notebook cell
  975. metadata.
  976. `#1586 <https://github.com/jupyterlab/jupyterlab/issues/1586>`__.
  977. - Adds keyboard shortcuts to switch between tabs (Cmd/Ctrl LeftArrow
  978. and Cmd/Ctrl RightArrow).
  979. `#1647 <https://github.com/jupyterlab/jupyterlab/issues/1647>`__
  980. - Upgrades to xterm.js 2.3.
  981. `#1664 <https://github.com/jupyterlab/jupyterlab/issues/1664>`__
  982. - Fixes a bug in application config, but lab extensions will need to be
  983. re-enabled.
  984. `#1607 <https://github.com/jupyterlab/jupyterlab/issues/1607>`__
  985. - Numerous other bug fixes and style improvements.