NREL/OpenOA

Remove jupyterhub requirement

jordanperr opened this issue · 0 comments

IPython has a module-level import in plant.py, which causes jupyterhub to be a package-level requirement. Jupyterhub is a very heavy install and may conflict with commercial jupyter-like environnments.

  • Remove jupyterhub as a requirement
  • Remove module-level imports of ipython
  • Move all such imports into guarded sections that check for ipython.