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

Various enhancements #1162

Merged
merged 8 commits into from
Jun 21, 2023
Merged

Various enhancements #1162

merged 8 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. Tweak validateExample stuff

    - make it work with newer nbconvert versions
    - make it accept a '--update true' option, to update notebooks in place
    alexarchambault committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c58225d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc23b1 View commit details
    Browse the repository at this point in the history
  3. Name source files 'cell??.sc' rather than 'cmd??.sc'

    And start numbering them from 1, so that they make more sense when they
    end up in cell outputs sometimes
    alexarchambault committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d45c433 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d146c8 View commit details
    Browse the repository at this point in the history
  5. Add environment variable to disable some uses of random IDs

    Makes notebook outputs more reproducible, which is useful when
    automatically running notebooks and comparing their results to former
    runs.
    alexarchambault committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4a2e2fb View commit details
    Browse the repository at this point in the history
  6. Enable test retries for simple kernel integration tests too

    They sometimes fail for no reason on the CI too
    alexarchambault committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a54e4cb View commit details
    Browse the repository at this point in the history
  7. Add Toree HTML IT

    alexarchambault committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8e00a04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7811ed View commit details
    Browse the repository at this point in the history