Installation

The NBG Python SDK can be installed from PyPI with Poetry, Pipenv or pip:

$ poetry add nbg  #, or
$ pipenv install nbg #, or
$ pip install nbg

Requirements

  • Python: 3.6, 3.7, 3.8