You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Jump right in to the tutorials with Binder!**[](https://mybinder.org/v2/gh/htcondor/htmap/master?urlpath=lab%2Ftree%2Ffirst-steps.ipynb)
HTMap is a library that wraps the process of mapping Python function calls out to an HTCondor pool.
10
-
It provides tools for submitting, managing, and processing the output of arbitrary functions.
10
+
HTMap is a library that wraps the process of mapping Python function calls out
11
+
to an HTCondor pool.
12
+
It provides tools for submitting, managing, and processing the output of
13
+
arbitrary functions.
11
14
12
-
Our goal is to provide as transparent an interface as possible to high-throughput computing resources so that you can spend more time thinking about your own code, and less about how to get it running on a cluster.
15
+
Our goal is to provide as transparent an interface as possible to
16
+
high-throughput computing resources so that you can spend more time thinking
17
+
about your own code, and less about how to get it running on a cluster.
13
18
14
-
For tutorials, installation instructions, and more details, see the [documentation](https://htmap.readthedocs.io/en/latest/).
19
+
For tutorials, installation instructions, and more details, see the
0 commit comments