gituser/docker_multiarch/: dagster-webserver-1.10.14 metadata and description

Homepage Simple index

Web UI for dagster.

author Dagster Labs
author_email hello@dagsterlabs.com
classifiers
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • License :: OSI Approved :: Apache Software License
  • Operating System :: OS Independent
description_content_type text/markdown
license Apache-2.0
provides_extras test
requires_dist
  • click<9.0,>=7.0
  • dagster==1.10.14
  • dagster-graphql==1.10.14
  • starlette!=0.36.0
  • uvicorn[standard]
  • nbconvert; extra == "notebook"
  • starlette[full]; extra == "test"
requires_python >=3.9,<3.13
File Tox results History
dagster_webserver-1.10.14-py3-none-any.whl
Size
13 MB
Type
Python Wheel
Python
3

============ Dagster Webserver

Usage

Eg in dagster_examples

.. code-block:: sh

  dagster-webserver -p 3333

Running dev ui:

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