Skip to content

Commit b5e3ff2

Browse files
authored
Merge pull request #201 from bolognam/patch-2
Update Project Status
2 parents c58a29e + cd64f71 commit b5e3ff2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
## Project Status
99

10-
As of v1.15.0 of Dash, Julia components can be generated in tandem with Python and R components. Interested in getting involved with the project? Sponsorship is a great way to accelerate the progress of open source projects like this one; please feel free to [reach out to us](https://plotly.com/consulting-and-oem/)! Just getting started? Check out the [Dash for Julia User Guide](https://dash.plotly.com/julia)!
10+
As of [v1.15.0](https://github.com/plotly/dash/releases/tag/v1.15.0) of Dash, Julia components can be generated in tandem with Python and R components. Interested in getting involved with the project? Sponsorship is a great way to accelerate the progress of open source projects like this one; please feel free to [reach out to us](https://plotly.com/consulting-and-oem/)!
11+
12+
Just getting started? Check out the [Dash for Julia User Guide](https://dash.plotly.com/julia)! If you can't find documentation there, then check out the unofficial [contributed examples](https://github.com/plotly/Dash.jl/issues/50) or check out source code from [demo applications](https://dash.gallery) in Python and then reference the Julia syntax style.
1113

1214
#### Create beautiful, analytic applications in Julia
1315

@@ -35,8 +37,6 @@ pkg> add Dash#dev
3537

3638
```jldoctest
3739
julia> using Dash
38-
julia> using DashHtmlComponents
39-
julia> using DashCoreComponents
4040
4141
julia> app = dash(external_stylesheets = ["https://codepen.io/chriddyp/pen/bWLwgP.css"])
4242
@@ -74,8 +74,6 @@ __Once you have run the code to create the Dashboard, go to `http://127.0.0.1:80
7474
```jldoctest
7575
7676
julia> using Dash
77-
julia> using DashHtmlComponents
78-
julia> using DashCoreComponents
7977
8078
julia> app = dash(external_stylesheets = ["https://codepen.io/chriddyp/pen/bWLwgP.css"])
8179
@@ -99,8 +97,6 @@ julia> run_server(app, "0.0.0.0", 8080)
9997

10098
```jldoctest
10199
julia> using Dash
102-
julia> using DashHtmlComponents
103-
julia> using DashCoreComponents
104100
105101
julia> app = dash(external_stylesheets = ["https://codepen.io/chriddyp/pen/bWLwgP.css"])
106102

0 commit comments

Comments
 (0)