Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/04/2022 in all areas

  1. 1 point
  2. Yes! You can deploy ipywidgets from jupyter notebooks in data lab. Widgets can be great for wrapping code in UI for No-code experience from workbench using Seeq Add-on tools for implementing Machine Learning models. Here is one example for datepicker. import ipywidgets as widgets #import the library widgets.DatePicker( description='Start:', style={'description_width': '150px'}, layout={'width': '300px'}) You can read more about various widgets here: https://ipywidgets.readthedocs.io/en/latest/examples/Widget List.html
    1 point
This leaderboard is set to Los Angeles/GMT-07:00
×
×
  • Create New...