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

Update Tabulator.ipynb to dynamically show correct version number of Tabulator #7053

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 1, 2024

  1. Update Tabulator.ipynb to show correct version number of Tabulator

    Doc says Tabulator 5.5 is used, but Tabulator.py shows 6.2.1 is used.
    
    Changed version number in doc to 6.2.1 .
    
    https://github.com/holoviz/panel/blob/main/panel%2Fmodels%2Ftabulator.py#L19
    Coderambling authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    83d65b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update examples/reference/widgets/Tabulator.ipynb

    Adopted code suggestion by @hoxbro. Separately added version number to conf.py as stated
    
    Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
    Coderambling and hoxbro authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    758ad27 View commit details
    Browse the repository at this point in the history