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
* docker group for coder user and code-server xterm issue and port-forward web IDEs
* add screenshots of jupyterlab, rstudio and airflow in Coder
* Clean up English in install and minor edits
* Integrate Jupyter
Co-authored-by: ammario <ammar@ammar.io>
If the `code-server` integrated terminal fails to load, (i.e., xterm fails to load), go to DevTools to ensure xterm is loaded, clear your browser cache and refresh.
81
+
</blockquote>
82
+
68
83
## VNC Desktop
69
84
70
85

71
86
72
-
You may want a full desktop environment to develop with/preview specialized software.
87
+
You may want a full desktop environment to develop with/preview specialized software.
73
88
74
89
Workspace requirements:
75
90
@@ -85,7 +100,7 @@ As a starting point, see the [desktop-container](https://github.com/bpmct/coder-
85
100
- Ubuntu 20.04
86
101
- TigerVNC server
87
102
- noVNC client
88
-
- XFCE Desktop
103
+
- XFCE Desktop
89
104
90
105
## JetBrains Projector
91
106
@@ -117,30 +132,87 @@ As a starting point, see the [projector-container](https://github.com/bpmct/code
117
132
- WebStorm
118
133
- ➕ code-server (just in case!)
119
134
120
-
## Custom IDEs and applications
135
+
## JupyterLab
121
136
122
-
As long as the process is running on the specified port inside your resource, you support any application.
137
+
Configure your agent and `coder_app` like so to use Jupyter:
123
138
124
-
```sh
125
-
# edit your template
126
-
cd your-template/
127
-
vim main.tf
139
+
```hcl
140
+
data "coder_workspace" "me" {}
141
+
142
+
## The name of the app must always be equal to the "/apps/<name>"
143
+
## string in the base_url. This caveat is unique to Jupyter.
Check out this [RStudio Dockerfile](https://github.com/mark-theshark/dockerfiles/blob/main/rstudio/no-args/Dockerfile) for a starting point to creating a template.
192
+
193
+

0 commit comments