Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit c872ea4

Browse files
docs: add jetbrains fleet & jupyter ide (#150)
Signed-off-by: stefanicjuraj <[email protected]>
1 parent 4340ae6 commit c872ea4

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

src/content/docs/about/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Use the `daytona target --help` command to view available configuration options
193193

194194
## Choosing the Default IDE
195195

196-
Daytona allows you to connect to your development environment using a variety of [IDEs](/docs/usage/ide), including popular options like [Visual Studio Code (VSCode)](/docs/usage/ide#vs-code), JetBrains IDEs, and [Terminal SSH](/docs/usage/ide#terminal-ssh).
196+
Daytona allows you to connect to your development environment using a variety of [IDEs](/docs/usage/ide), including popular options like [Visual Studio Code (VSCode)](/docs/usage/ide#vs-code), JetBrains IDEs, [Jupyter](/docs/usage/ide#jupyter), and [Terminal SSH](/docs/usage/ide#terminal-ssh).
197197

198198
By setting the default IDE, you can automatically open your development environment in your preferred environment, optimizing your workflow and reducing setup time.
199199

src/content/docs/usage/ide.mdx

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Out of the box, Daytona can be configured to open your Workspace in the followin
2525
- [Rider](#jetbrains-rider)
2626
- [RubyMine](#jetbrains-rubymine)
2727
- [WebStorm](#jetbrains-webstorm)
28+
- [Fleet](#jetbrains-fleet)
29+
30+
- [Jupyter](#jupyter)
2831

2932
- [Terminal SSH](#terminal-ssh)
3033

@@ -323,6 +326,64 @@ Default IDE: WebStorm
323326

324327
You can now use the `daytona code` command to automatically open the JetBrains WebStorm IDE already connected to your Workspace.
325328

329+
## JetBrains Fleet
330+
331+
Daytona allows you to connect to your Workspace using JetBrains Fleet IDE.
332+
333+
1. Run the following command to set your default IDE to JetBrains Fleet:
334+
335+
```shell
336+
daytona ide
337+
```
338+
339+
Upon running this command, Daytona will display a list of available IDEs, allowing you to select `Fleet` as your default choice.
340+
341+
```text
342+
Choose Your Default IDE
343+
344+
| Fleet
345+
```
346+
347+
2. Select `Fleet` from the list presented. Upon selecting, Daytona will set it as the default IDE and display a confirmation message.
348+
349+
```text
350+
Default IDE: Fleet
351+
```
352+
353+
You can now use the `daytona code` command to automatically open the JetBrains WebStorm IDE already connected to your Workspace by following the steps below:
354+
355+
- Install [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/).
356+
357+
- Install the JetBrains Fleet IDE using JetBrains Toolbox.
358+
359+
- Ensure the JetBrains Fleet IDE is in your `PATH`, and name your shell script `fleet`. For more information, visit the official [Launch JetBrains Fleet from CLI](https://www.jetbrains.com/help/fleet/launch-from-cli.html) guide.
360+
361+
## Jupyter
362+
363+
Daytona allows you to connect to your Workspace using Jupyter IDE.
364+
365+
1. Run the following command to set your default IDE to Jupyter:
366+
367+
```shell
368+
daytona ide
369+
```
370+
371+
Upon running this command, Daytona will display a list of available IDEs, allowing you to select `Jupyter` as your default choice.
372+
373+
```text
374+
Choose Your Default IDE
375+
376+
| Jupyter
377+
```
378+
379+
2. Select `Jupyter` from the list presented. Upon selecting, Daytona will set it as the default IDE and display a confirmation message.
380+
381+
```text
382+
Default IDE: Jupyter
383+
```
384+
385+
You can now use the `daytona code` command to automatically open the Jupyter IDE already connected to your Workspace.
386+
326387
## Terminal SSH
327388

328389
Daytona allows you to connect to your Workspace through SSH.

0 commit comments

Comments
 (0)