Skip to content

Support for widget visualization in Colab, Pylab, Kaggle, Deepnote

Pre-release
Pre-release
Compare
Choose a tag to compare
@emeli-dral emeli-dral released this 12 Nov 15:16
  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.