What’s New 2023.2 (April)

Datalore Enterprise 2023.2 includes native R package support, environment variables, secret deprecation, notebook content search, Undo and Redo actions for the Report builder, and other quality improvements and bug fixes.

Native R package support

Native R package support

For R notebooks, you can now install packages from public and private R package repositories supported by install.packages inside the Environment manager tab. Using Environment manager helps keep your environment configuration persistent throughout the notebook runs. It's possible to configure a custom repo by creating an .Rprofile file in init.sh or a custom agent image.

While the conda installation remains the default in the cloud version, Enterprise customers can configure a non-conda custom base environment with the R kernel. This will lead to an absence of conda packages in the Environment manager search results. You can find an example of such an installation here.

Environment variables and secrets deprecation

Environment variables and secrets deprecation

Workspace collaborators with editing permissions can now manage environment variables at the workspace level – creating, editing, or deleting them as required. Users with writing permissions can attach and detach environment variables to and from their notebooks. Finally, users with viewing permissions can only view environment variables and cannot make any changes.

With this release, the existing Secrets feature will be deprecated. We have developed a seamless migration process integrated into the new UI to simplify the transition. Find more information on how to migrate secrets to environment variables here.

Notebook content search

Notebook content search

Locate specific code sections or find the necessary information in all notebooks across your workspaces. In addition to searching for notebook names, you can now search for variable names and content. You will see your query highlighted in the search results.

Undo and Redo actions for the Report Builder

Undo and Redo actions for the Report Builder

Streamline report creation using Undo or Redo actions through a keyboard shortcut (Ctrl+z) or the Report builder UI buttons. This feature gives you greater flexibility and control over your work, allowing you to correct mistakes and make necessary changes faster and easier.

Improvements and bug fixes

  • Datalore Enterprise admins can now access all of the Datalore workspaces.
  • We’ve disabled the swipe left gesture in the Datalore editor.
  • We’ve fixed the issue of notebook computations not being recovered after a redeploy when resource usage plans were switched off.
  • We’ve fixed the Scala kernel startup issue.
  • The DataFrame download button now works correctly in Firefox.
  • The IPywidgets rendering issues have been fixed.