Metadata-Version: 2.1
Name: dagit
Version: 1.7.13
Summary: Web UI for dagster.
Home-page: https://github.com/dagster-io/dagster
Author: Dagster Labs
Author-email: hello@dagsterlabs.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8,<3.13
Description-Content-Type: text/markdown
Provides-Extra: notebook
Provides-Extra: test
License-File: LICENSE

============
Dagster UI
============

Usage
~~~~~
Eg in dagster_examples

.. code-block:: sh

  dagit -p 3333

Running dev ui:

.. code-block:: sh
  NEXT_PUBLIC_BACKEND_ORIGIN="http://localhost:3333" yarn start

