Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7d7ad6

Browse files
committed
Update web IDE docs with new image paths
Refactor the web IDE documentation to include updated image paths that reflect the new directory structure.
1 parent 719e4e0 commit e7d7ad6

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

docs/images/jupyter-notebook.png

654 KB
Loading

docs/images/vscode-web.gif

5.15 MB
Loading

docs/user-guides/workspace-access/web-ides.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ By default, Coder workspaces allow connections via:
88
It's common to also connect via web IDEs for uses cases like zero trust
99
networks, data science, contractors, and infrequent code contributors.
1010

11-
![Row of IDEs](../images/ide-row.png)
11+
![Row of IDEs](../../images/ide-row.png)
1212

1313
In Coder, web IDEs are defined as
1414
[coder_app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app)
1515
resources in the template. With our generic model, any web application can be
1616
used as a Coder application. For example:
1717

18-
<!-- TODO: Better link -->
19-
2018
> To learn more about configuring IDEs in templates, see our docs on
2119
> [template administration](../../admin/templates/README.md).
2220
@@ -32,19 +30,30 @@ running VS Code in the web browser. You can read more in our
3230

3331
## VS Code Web
3432

35-
We also support Microsoft's official product for using VS Code in the browser.
36-
Contact your template administrator to configure it
33+
We also support Microsoft's official product for using VS Code in the browser. A
34+
template administrator can add it by following the
35+
[Extending Templates](../../admin/templates/extending-templates/ides/web-ides.md#vscode-web)
36+
guide.
3737

38-
<!-- TODO: Add screenshot -->
38+
![VS Code Web in Coder](../../images/vscode-web.gif)
3939

40-
## JupyterLab
40+
## Jupyter Notebook
4141

42-
In addition to Jupyter Notebook, you can use Jupyter lab in your workspace
42+
Jupyter Notebook is a web-based interactive computing platform. A template
43+
administrator can add it by following the
44+
[Extending Templates](../../admin/templates/extending-templates/ides/web-ides.md#jupyter)
45+
guide.
4346

44-
[This](https://github.com/sharkymark/v2-templates/tree/main/pod-with-jupyter-path)
45-
is a community template example.
47+
![Jupyter Notebook in Coder](../../images/jupyter-notebook.png)
4648

47-
![JupyterLab in Coder](../images/jupyter.png)
49+
## JupyterLab
50+
51+
In addition to Jupyter Notebook, you can use Jupyter lab in your workspace. A
52+
template administrator can add it by following the
53+
[Extending Templates](../../admin/templates/extending-templates/ides/web-ides.md#jupyterlab)
54+
guide.
55+
56+
![JupyterLab in Coder](../../images/jupyter.png)
4857

4958
## RStudio
5059

@@ -53,10 +62,7 @@ can add it to your workspace by following the
5362
[Extending Templates](../../admin/templates/extending-templates/ides/web-ides.md#rstudio)
5463
guide.
5564

56-
[This](https://github.com/sempie/coder-templates/tree/main/rstudio) is a
57-
community template example.
58-
59-
![RStudio in Coder](../images/rstudio-port-forward.png)
65+
![RStudio in Coder](../../images/rstudio-port-forward.png)
6066

6167
## Airflow
6268

@@ -65,11 +71,11 @@ engineering pipelines. A template administrator can add it by following the
6571
[Extending Templates](../../admin/templates/extending-templates/ides/web-ides.md#airflow)
6672
guide.
6773

68-
![Airflow in Coder](../images/airflow-port-forward.png)
74+
![Airflow in Coder](../../images/airflow-port-forward.png)
6975

7076
## SSH Fallback
7177

7278
If you prefer to run web IDEs in localhost, you can port forward using
73-
[SSH](../ides.md#ssh) or the Coder CLI `port-forward` sub-command. Some web IDEs
74-
may not support URL base path adjustment so port forwarding is the only
79+
[SSH](../README.md#ssh) or the Coder CLI `port-forward` sub-command. Some web
80+
IDEs may not support URL base path adjustment so port forwarding is the only
7581
approach.

0 commit comments

Comments
 (0)