Skip to main content

H2O Notebook Python client

Project description

H2O Logging Service

H2O Notebook python client. This python client implements interaction with Logging Service REST API server.

Local development

This python project is managed by hatch (environment management, version management, dependency management, building, publishing, etc.).

You're free to use any tools for local development for managing python environments that you're comfortable with.

Usage

Run using hatch

You can run H2O Notebook python client using hatch. Hatch will automatically create an environment and install all required dependencies:

hatch run python local/example.py

You can also switch to hatch's environment and run commands in it:

hatch shell
python local/example.py

Run in custom env

If you want to use your own environment for running the client (global, virtual env, etc.), you can do so. For example to build, install and run H2O Logging Service python client in the current python env:

hatch build
pip install dist/h2o_logging_service-*.whl
python local/example.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

h2o_notebook-0.2.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page