Fixes a bug in which `create_dataset`, `update_dataset`, `replace_dataset`, `create_project`, `update_project`, and `replace_project` allowed for local file uploads and URL file uploads. The methods now match the functionality of the public API, in which only `create_dataset` and `create_project` allow only URL file uploads.
What's Changed
* Create docs folder/index.html file - landing page by sarakbarr in https://github.com/datadotworld/data.world-py/pull/99
* Python LP + Images by sarakbarr in https://github.com/datadotworld/data.world-py/pull/106
* Update API Token Link by sarakbarr in https://github.com/datadotworld/data.world-py/pull/107
* Upgrading tabulator to 1.19.3 by laconc in https://github.com/datadotworld/data.world-py/pull/108
* Fixing references to api_client by laconc in https://github.com/datadotworld/data.world-py/pull/104
* allow hostnames to be specified via environment variables by bryonjacob in https://github.com/datadotworld/data.world-py/pull/102
* Fixing broken unit tests by laconc in https://github.com/datadotworld/data.world-py/pull/112
**Full Changelog**: https://github.com/datadotworld/data.world-py/compare/v1.6.0...v1.8.3