Skip to main content

Display elapsed time on Jupyter.

Project description

jupyter-autotime

Display elapsed time on Jupyter.

Demo

Getting start

  1. Install

    • On shell.

      pip install jupyter-autotime
      
    • On Jupyter.

      !pip install jupyter-autotime
      
  2. Enable autotime

    # Only JupyterLab
    import autotime
    autotime.LAB = True
    
    %load_ext autotime
    

Other usage

# Reload.
%reload_ext autotime

# Disable.
%unload_ext autotime

Development

  • Requirements: poetry, pyenv
poetry install

poetry publish

pip install --no-cache-dir --upgrade jupyter-autotime

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-autotime-1.0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

jupyter_autotime-1.0.4-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page