You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,21 +121,23 @@ Which will serve the dashboard with the server at `http://localhost:8080`, with
91
121
92
122
## 👨👦 Relationship with ZenML
93
123
94
-
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).
124
+
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).
125
+
126
+
> **Note** - The ZenML Dashboard is meant to be used with the ZenML Server as a backend and cannot be used standalone.
95
127
96
128
The dashboard build files come bundled into the [ZenML PyPi package](https://pypi.org/project/zenml/) and can be [served locally](https://docs.zenml.io/getting-started/deploying-zenml/using-cli.md) and/or [deployed on the cloud](https://docs.zenml.io/getting-started/deploying-zenml/deployment.md) through the main ZenML python package.
97
129
98
-
Basically, each ZenML python package comes with the build files (generated by `yarn build`) of a certain version of this dashboard (all build files of the dashboard can be seen in the releases section of this github). Therefore, each ZenML pypi package has bundled in it a corresponding version of this dashboard.
130
+
Basically, each ZenML `Python` package comes with the build files (generated by `yarn build`) of a certain version of this dashboard (all build files of the dashboard can be seen in the [releases](https://github.com/zenml-io/zenml-dashboard/releases) section of this GitHub repo). Therefore, each ZenML PyPi package has bundled in it a corresponding version of this dashboard.
99
131
100
-
With the python package, you can then serve these static build files by doing:
132
+
With the `Python` package, you can then serve these static build files by doing:
101
133
102
134
```
103
135
zenml up
104
136
```
105
137
106
138

107
139
108
-
Which creates a local daemon that serves the files in a FastAPI server!
140
+
Which creates a local daemon that serves the files in a [FastAPI](https://github.com/tiangolo/fastapi) server!
109
141
110
142
## 🪐 Deploying the dashboard
111
143
@@ -121,16 +153,16 @@ However, the option to deploy standalone is also available. `yarn build` creates
121
153
122
154
Just don't forget to the set the `REACT_APP_BASE_API_URL` environment variable!
123
155
124
-
# :bowtie: User Experience
156
+
# 🏄 User Experience
125
157
126
-
## Log In
158
+
## 🔐 Log In
127
159
128
160

129
161
130
-
## Home Page
162
+
## 🏠 Home Page
131
163

132
164
133
-
## Pipelines, Stacks and Components
165
+
## 🗂 Pipelines, Stacks and Components
134
166

135
167
136
168
@@ -148,20 +180,12 @@ Guide](CONTRIBUTING.md) for all relevant details.
148
180
149
181

150
182
151
-
Have a question that's too hard to express on our Slack? Is it just too much effort to say everything on a
152
-
long GitHub issue? Or are you just curious about what ZenML has been up to in the past week?
153
-
154
-
Well, register now for the ZenML Meet the Community session to get your answers!
155
-
It's free and open to everyone.
156
-
157
183
Every week, the ZenML [core team](https://zenml.io/company#CompanyTeam) will pop in for 30 minutes to interact directly with the community.
158
184
Sometimes we'll be presenting a feature, other times we'll take questions and have fun.
159
185
160
-
Join us if you are curious about ZenML, or just want to talk shop about MLOps.
186
+
[Register now](https://zenml.io/meet) for the ZenML Meet the Community session. It's free and open to everyone.
161
187
162
-
We will host the gathering every Wednesday 8:30AM PT (5:30PM CET).
163
-
Register now through [this link](https://www.eventbrite.com/e/zenml-meet-the-community-tickets-354426688767),
164
-
or subscribe to the [public events calendar](https://calendar.google.com/calendar/u/0/r?cid=Y19iaDJ0Zm44ZzdodXBlbnBzaWplY3UwMmNjZ0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t) to get notified
188
+
Or subscribe to our [public events calendar](https://calendar.google.com/calendar/u/0/r?cid=Y19iaDJ0Zm44ZzdodXBlbnBzaWplY3UwMmNjZ0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t) to get notified
165
189
before every community gathering.
166
190
167
191
# 🆘 Getting Help
@@ -173,7 +197,7 @@ By far the easiest and fastest way to get a response is to:
173
197
174
198
# 📜 License
175
199
176
-
`zenml-dashboard` is distributed under the terms of the Apache License Version 2.0.
200
+
ZenML Dashboard is distributed under the terms of the Apache License Version 2.0.
177
201
A complete version of the license is available in the [LICENSE](LICENSE) file in
178
202
this repository. Any contribution made to this project will be licensed under
0 commit comments