Metadata-Version: 2.1
Name: dagit
Version: 1.0.16
Summary: Web UI for dagster.
Home-page: https://github.com/dagster-io/dagster
Author: Elementl
Author-email: hello@elementl.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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
  REACT_APP_BACKEND_ORIGIN="http://localhost:3333" yarn start



