Skip to main content

JupyterNotebook Flink magics

Project description

Python Version License SemVer PyPI version Downloads

Streaming Jupyter Integrations

Streaming Jupyter Integrations project includes a set of magics for interactively running Flink SQL jobs in Jupyter Notebooks

In order to actually use these magics, you must install our PIP package:

python3 -m pip install streaming-jupyter-integrations

And then register in Jupyter with a running IPython in the first cell:

%load_ext streaming_jupyter_integrations.magics

Local development

In local development, when streaming-jupyter-integrations repository is checkouted on local machine, you may install the most current version:

python3 -m pip install -e .[tests]

The project uses pre-commit hooks to ensure code quality, mostly by linting. To use it, install pre-commit and then run

pre-commit install --install-hooks

From that moment, it will lint the files you have modified on every commit attempt.

Project details


Download files

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

Source Distribution

streaming_jupyter_integrations-0.1.6.tar.gz (16.6 kB view hashes)

Uploaded Source

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