Skip to content

Visual Python 2.4.9

Compare
Choose a tag to compare
@visualpython visualpython released this 08 Sep 09:52
058fb35

Released on 08 September, 2023

General changes on Running code mechanism

  1. You can select the default mechanism of running code.
    image

Enhanced apps

  1. Added errorbar option on Seaborn app for lineplot and barplot.
  2. Added ignoring warning code on Frame app.
  3. Added showing detail code on AlertModal for Frame app.
  4. Added refresh button on MultiSelector.
    image

Bug fix

  1. Fixed not loading bug on PackageManager.
  2. Fixed loading error on MultiSelector.
  3. Fixed slicing and indexing 0 value error on DataSelector.
  4. Fixed sort_values on Instance app.
  5. Show error content on both notebook and lab environments.