Datalore 2024.4

Released: Aug 19, 2024

2024.4 での更新項目

機能

  • Limit 500 toggle for SQL cells - To help you prototype SQL queries faster, a new Limit 500 feature inside SQL cells has been introduced in Datalore notebooks. There is now a toggle visible in the SQL cell next to the Browse schema action. This setting will persist after a kernel restart, ensuring a seamless workflow.
  • Revamped import folder workflow - It is now easier to import your previous work into Datalore. The folder import experience has been enhanced with a new, streamlined dialog that appears when you click Import | Upload folder. You can now easily select which notebooks and files to import, with the option to import notebooks as files. Hidden files and folders are fully supported and can be imported if selected.
  • Updates to the notebook UI - Several updates have been made to the notebook UI to enhance your editing experience. Unfocused code cells now have borders, improving cell visibility and making it easier to target the insert cell buttons. Interactive controls and metric cells now have their options merged with the cell toolbar, no longer occupying the full width of the notebook. Additionally, cell type-specific actions, such as selecting a datasource or target variable, are now positioned to the right of the execution time for easier access. Cells now also feature a Run button, which can be gray or blue depending on whether the cell was changed after execution - offering a clearer indication of a cell's status.
  • Drop-down cell improvements - For large lists, you can now use a search string within the drop-down to quickly find your desired option. Additionally, multiselect drop-downs now include Select all and Clear all options.
  • Quick notebook access from the editor - You can now quickly search for and open notebooks in a separate tab directly from the Notebooks view. Enjoy easier navigation without extra context switching.
  • Support for Polars DataFrames - Datalore now supports rich table outputs for Polars DataFrames. To get an interactive table output, specify the DataFrame name at the end of the cell without a print statement.
  • Other updates
    • Duplicate file names are no longer permitted inside Datalore's file system, with existing duplicates renamed with (#N) prefixes to make files easier to find and minimize naming confusion.
    • Python 'input()' commands are now supported for interactive reports.
    • It is now possible to copy data from the cell outputs to the clipboard via the output's context menu. This feature is supported for most cell output types.
    • The workspace owner is now indicated in the left-hand sidebar of the home page.

不具合の修正

  • Git repositories with submodules are now cloned correctly.
  • Tables are no longer cropped when printing to PDF.
  • Resolved the issue where pages would not load when Datalore was set up with an HTTP proxy on a non-standard port.
  • Fixed the issue where refreshing the schema in the Edit database connection dialog would not work for users logged in via OAuth.