Install
Access client wheel and source distribution are packaged with Access Web at $PA_EXEC/jupyter. The package must be
copied to user machine and installed to python via pip
.
Recommend way to install is using
wheel:
python -m pip install access_client-<version>-py3-none-any.whl
The other method to install is using source
distribution:
python -m pip install access_client-<version>.tar.gz