Skip to main content

My IPyWidgets

Project description

AntIPyWidgets

My IPyWidgets

Installation

pip install antipywidgets

Jobs runner

import antipywidgets.jobs_runner as jobs_runner 

def get_job(...):
    def job():
        ... Do the job ...
    return job

jobs = [get_job(...) for ... in ...]

runner = jobs_runner.make_runner(jobs)

jobs_runner.png

In the next cell

runner()

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

antipywidgets-0.0.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

antipywidgets-0.0.4-py3-none-any.whl (3.3 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