Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Jupyter Widget for ITables #319

Merged
merged 36 commits into from
Sep 22, 2024
Merged

Implement a Jupyter Widget for ITables #319

merged 36 commits into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. npm create anywidget@latest

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    06327d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc5032 View commit details
    Browse the repository at this point in the history
  3. Implement the widget

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1612d72 View commit details
    Browse the repository at this point in the history
  4. Add init function

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1c3bd55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ced4f83 View commit details
    Browse the repository at this point in the history
  6. Document the ITable widget

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c8a4349 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6adc936 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c78d2ab View commit details
    Browse the repository at this point in the history
  9. Add selected rows

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    33d72ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c90db3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a38e3b View commit details
    Browse the repository at this point in the history
  12. fixup pyproject.toml

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6535398 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9905861 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    527bf67 View commit details
    Browse the repository at this point in the history
  15. fix typo

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b310a18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9ad57d View commit details
    Browse the repository at this point in the history
  17. fix tests

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    73eb70e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c69e5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    757be18 View commit details
    Browse the repository at this point in the history
  20. Selected rows conversion in JS

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    75002c3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    78737cb View commit details
    Browse the repository at this point in the history
  22. Selected rows in Streamlit

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f4cfd6d View commit details
    Browse the repository at this point in the history
  23. Fix selected rows

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f4fa8cb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ac5d1a0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    36c06a7 View commit details
    Browse the repository at this point in the history
  26. table_id rather than tableId

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    74e2678 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    279324f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3c0b978 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    be6af4c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1b22cf8 View commit details
    Browse the repository at this point in the history
  31. Version 2.2.0

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2f7ee96 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    47aae31 View commit details
    Browse the repository at this point in the history
  33. Require shiny>=1.0 in tests

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d96c3dd View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9df679e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c8661ce View commit details
    Browse the repository at this point in the history
  36. Update the documentation

    mwouts committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a177e4a View commit details
    Browse the repository at this point in the history