Metadata-Version: 2.0
Name: hublib
Version: 0.9.97
Summary: Python library for HUBzero Jupyter Notebooks
Home-page: https://github.com/hubzero/hublib
Author: Martin Hunt
Author-email: mmh@purdue.edu
License: MIT Software License
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: filelock
Requires-Dist: ipywidgets (>=7.0)
Requires-Dist: joblib
Requires-Dist: pint

hublib
======

hublib is a Python library for the `HUBzero`_ science gateway platform.  It is designed
to be used with  `Jupyter`_ notebooks on the hubs, although the ui module should work in any notebooks.
Hubs running the Jupyter service
include HUBzero and `nanoHUB`_.  

* hublib.ui - Makes it easy to create a simple GUI for scientific code in a Jupyter notebook.  Built
  on top of `ipywidgets`_ and `pint`_.
* hublib.use - Loads hub environment modules.


The complete documentation is hosted at https://hubzero.github.io/hublib/

.. image::  docs/sources/images/hublib_complam.gif

.. image::  docs/sources/images/hublib_2.gif

.. image::  docs/sources/images/hublib_3.gif

.. _HUBzero: https://hubzero.org/
.. _nanoHUB: https://nanohub.org/
.. _Jupyter: http://jupyter.org/
.. _ipywidgets: https://github.com/ipython/ipywidgets
.. _pint: https://pint.readthedocs.io/



