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

Make Ipython.utils.timing work with jupyterlite #13050

Merged
merged 4 commits into from Jul 31, 2021
Merged

Commits on Jul 10, 2021

  1. Make timing work with jupyterlite

    JupyterLite has a resource, but not getrusage(). This make the code a little more general.
    dsblank committed Jul 10, 2021
    Copy the full SHA
    de2f96d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    dsblank committed Jul 10, 2021
    Copy the full SHA
    75bdd21 View commit details
    Browse the repository at this point in the history
  3. Fix else

    dsblank committed Jul 10, 2021
    Copy the full SHA
    eb5685b View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    dsblank committed Jul 10, 2021
    Copy the full SHA
    f2bc813 View commit details
    Browse the repository at this point in the history