Skip to content

Workspace release: v1.3.0

Latest
Compare
Choose a tag to compare
@antoinerg antoinerg released this 26 Sep 19:07
066bfba

Added

  • Data Schema Browser: Allows workspace users to display the contents of a data source, preview data, and copy auto-generated code snippets to access the data from within a notebook or Python script.

    Note: The Data Schema Browser is available in App and App Studio Workspaces on Dash Enterprise version 5.5 and later.

  • Configurable auto save functionality:

    • In App Studio Workspaces, files are now saved after a delay of 5 seconds.
    • In App Workspaces, auto save is disabled by default and can be enabled from the Settings menu.

Changed

  • Upgraded App Studio Editor version in App Studio Workspaces to 1.5.0. Changes in this version include:

    • A run button option, which allows developers to configure an app to update when the button is selected rather than on each control change.
    • Large dataset support for showing tables of more than 1000 rows.
    • Spinners that are displayed when controls and variables are in a loading state.
  • Changed how pre-installed packages are handled in App Studio Workspaces. Pre-installed packages are no longer included in the output of pip list and pip freeze commands.

Fixed

  • Fixed an issue where Python packages were not being installed to the correct location and couldn't be downgraded correctly.
  • Fixed an issue with the undo keyboard shortcut in notebooks when in command mode.
  • Fixed an issue with the notebook's find widget not being activated using its keyboard shortcut.
  • Fixed an issue where Markdown cells in notebooks showed no border when in edit mode.
  • Fixed an issue where copying and pasting files in the workspace explorer panel displayed an "Unable to resolve non existent file" error in Safari.
  • Fixed an issue where the notebook kernel would sometimes show as undefined.
  • Fixed an issue where deleting and recreating an App Studio project with the same name would sometimes result in a 502 error in the workspace, and display file names cached in the browser from the previous project.
  • Fixed an issue where the version information displayed in Help > About was incorrect.

Removed

  • Removed non-functional options from the Go and Terminal menus in App Studio workspaces.

Known Issues

  • There is a known issue where the kernel may become unavailable when returning to a notebook after a period of inactivity. In such cases, it is not possible to reselect the kernel. If you encounter this issue, refresh your browser to continue working in the notebook.
  • There is a known issue where dragging cells in a notebook can cause the output in other cells to not display. If you encounter this issue, restart the kernel and rerun the cells to see the output again.