github evidentlyai/evidently v0.1.30.dev0
Support for widget visualization in Colab, Pylab, Kaggle, Deepnote

latest releases: v0.4.37, v0.4.36, v0.4.35...
pre-release2 years ago
  1. Supported dashboard visualization in Google Colab
  2. Supported dashboard visualization in python Pylab
  3. Added a parameter mode for dashboard.show(), which can take the following options:
  • auto - the default option. Ideally, you will not need to specify the value for mode and use the default. But, if it does not work (in case we failed to determine the environment automatically), consider setting the correct value explicitly.
  • nbextention - to show the UI using nbextension. Use this option to display dashboards in jupyter notebooks (should work automatically).
  • inline - to insert the UI directly into the cell. Use this option for Google Colab, Kaggle Kernels and Deepnote. For Google Colab this should work automatically, for Kaggle Kernels and Deepnote option should be specified explicitly.

Don't miss a new evidently release

NewReleases is sending notifications on new releases.