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
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/content/docs/about/getting-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ Use the `daytona target --help` command to view available configuration options
193
193
194
194
## Choosing the Default IDE
195
195
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).
197
197
198
198
By setting the default IDE, you can automatically open your development environment in your preferred environment, optimizing your workflow and reducing setup time.
Copy file name to clipboardExpand all lines: src/content/docs/usage/ide.mdx
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ Out of the box, Daytona can be configured to open your Workspace in the followin
25
25
-[Rider](#jetbrains-rider)
26
26
-[RubyMine](#jetbrains-rubymine)
27
27
-[WebStorm](#jetbrains-webstorm)
28
+
-[Fleet](#jetbrains-fleet)
29
+
30
+
-[Jupyter](#jupyter)
28
31
29
32
-[Terminal SSH](#terminal-ssh)
30
33
@@ -323,6 +326,64 @@ Default IDE: WebStorm
323
326
324
327
You can now use the `daytona code` command to automatically open the JetBrains WebStorm IDE already connected to your Workspace.
325
328
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:
- 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
+
326
387
## Terminal SSH
327
388
328
389
Daytona allows you to connect to your Workspace through SSH.
0 commit comments