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

Run kernel on cell execution when no kernel #12858

Merged

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    797bb81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a267c View commit details
    Browse the repository at this point in the history
  3. Negate shouldStart condition (fix)

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bab2141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d173ab View commit details
    Browse the repository at this point in the history
  5. Add selectPrefferedKernel setting

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5e36c9b View commit details
    Browse the repository at this point in the history
  6. Fix missing replacement

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    90c14c8 View commit details
    Browse the repository at this point in the history
  7. Add missing select preffered kernel

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    267cc8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f22cc View commit details
    Browse the repository at this point in the history
  9. Implement SessionContextDialogs class

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b71de65 View commit details
    Browse the repository at this point in the history
  10. Remove test code

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    72b9ed1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4c1c2c View commit details
    Browse the repository at this point in the history
  12. Fix missing old default dialog accesses

    a3626a authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    861d3fc View commit details
    Browse the repository at this point in the history
  13. Update packages/apputils/src/sessioncontext.tsx

    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    a3626a and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a353733 View commit details
    Browse the repository at this point in the history
  14. Update packages/apputils/src/sessioncontext.tsx

    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    a3626a and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    72fb36b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db09fbe View commit details
    Browse the repository at this point in the history
  16. Pass autoStartDefault

    aditya211935 authored and fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b30fad4 View commit details
    Browse the repository at this point in the history
  17. Revert "Pass autoStartDefault"

    This reverts commit bb0df81.
    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4ce05c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5c212c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c260703 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    000899e View commit details
    Browse the repository at this point in the history
  21. Fix examples

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ed5f26a View commit details
    Browse the repository at this point in the history
  22. Add migration notes

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    33df946 View commit details
    Browse the repository at this point in the history
  23. Fix tests

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c4c1038 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fba07a6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2fcb956 View commit details
    Browse the repository at this point in the history
  26. Remove unused variables

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fb38785 View commit details
    Browse the repository at this point in the history
  27. More test fix

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2b0d3a0 View commit details
    Browse the repository at this point in the history
  28. Lint the code

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a13397b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2561d82 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    eaf4664 View commit details
    Browse the repository at this point in the history
  31. avoid ! operator

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    557dbb9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef395c2 View commit details
    Browse the repository at this point in the history
  33. Fix plugin activation

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c9dc745 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    14ff3cc View commit details
    Browse the repository at this point in the history
  35. Add more integration tests

    fcollonval committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    99ee80d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Wait for notebook to close

    fcollonval committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4b1654f View commit details
    Browse the repository at this point in the history