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
Copy file name to clipboardExpand all lines: src/en/docs/get-involved.jlmd
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,33 @@ We look forward to your contributions! 💛
11
11
12
12
We’re also happy to hear about any issues we may have missed. Before opening a new one, please take a moment to check [this guide](https://github.com/JuliaPluto/Pluto.jl/issues/182).
13
13
14
-
## How to give Feedback
14
+
## Ask questions and discuss
15
+
If you have questions about using Pluto or want to discuss ideas, there are several places where you can meet fellow Pluto users.
16
+
17
+
!!! note
18
+
Get involved! If you are shy to ask a question or post your work, that's probably a good sign that you should do it! The Julia community is very welcoming and helpful, and people will be happy to hear from you!
19
+
20
+
### Discourse
21
+
The [JuliaLang Discourse](https://discourse.julialang.org/) is a very nice platform for the wider Julia community. There is a [Pluto category](https://discourse.julialang.org/c/tools/pluto/58) where you can ask questions and share your work.
22
+
23
+
### Zulip
24
+
The [JuliaLang Zulip](https://julialang.zulipchat.com/) is an open source chat platform in your browser. The Julia community has a very active Zulip, and there is a Pluto channel. To join:
25
+
1. Click here to join the Julia zulip: [https://julialang.zulipchat.com/](https://julialang.zulipchat.com/)
26
+
2. Create an account, or log in with github/google.
27
+
3. After logging in, you need to **Add the Pluto stream** using this button:
28
+
29
+
<img src="$(root_url)/assets/img/how to join zulip.png" alt="Screenshot of adding a channel in zulip" width="1022" height="512">
30
+
31
+
That's it, see you there!
32
+
33
+
!!! info
34
+
There is also a stream called `Pluto.jl developers`, if you are interested in contributing to Pluto.
35
+
36
+
37
+
### Slack
38
+
There is also the [JuliaLang Slack](https://julialang.slack.com/), which is a commercial chat platform (not open source). You can ask questions in the `#pluto` channel. The Pluto developers don't regularly check this channel.
39
+
40
+
## How to give feedback to developers
15
41
How is your experience with Pluto? Pluto has a built-in feedback form for complaints, praises, nice-to-haves, or any suggestions you might have, we're always glad to hear from you!
16
42
17
43
The easiest way to reach us: Use the built-in feedback tool at the bottom right of each notebook. 👨🏫
Copy file name to clipboardExpand all lines: src/en/docs/launch-pluto.jlmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Pluto.run()
28
28
29
29
30
30
## Browser session
31
-
When Pluto starts running, it automatically opens a new browser tab that connects to `http://localhost:1234`, which is the address of the Pluto server. You will see the _main menu_ of Pluto.
31
+
When Pluto starts running, it automatically opens a new browser tab that connects to `http://localhost:1234/`, which is the address of the Pluto server. You will see the _main menu_ of Pluto.
0 commit comments