Skip to content

Commit 7d48533

Browse files
committed
get involved: more info
1 parent 788ec25 commit 7d48533

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed
24.2 KB
Loading
-16.8 KB
Loading
-17.2 KB
Loading

src/en/docs/get-involved.jlmd

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,33 @@ We look forward to your contributions! 💛
1111

1212
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).
1313

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
1541
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!
1642

1743
The easiest way to reach us: Use the built-in feedback tool at the bottom right of each notebook. 👨‍🏫

src/en/docs/launch-pluto.jlmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pluto.run()
2828

2929

3030
## 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.
3232

3333

3434
<img src="$(root_url)/assets/img/collatz/c9.png" aria-hidden="true" width="700" height="200">
@@ -97,8 +97,8 @@ You can start Pluto multiple times in parallel (for example: on two different Ju
9797
This means that you can open two browser windows, and connect to the two different Pluto servers in parallel:
9898

9999
```
100-
http://localhost:1234
101-
http://localhost:1235
100+
http://localhost:1234/
101+
http://localhost:1235/
102102
```
103103

104104
Usually, this is not super useful. If you find yourself on port `1235` by accident, try shutting down all Pluto/Julia processes and starting again.

0 commit comments

Comments
 (0)