We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848f670 commit ef64dd5Copy full SHA for ef64dd5
getting-started/index.md
@@ -25,4 +25,5 @@ logging in and getting set up with a sample project they can use to experience
25
Coder.
26
27
Additionally, we have a guide for those interested in leveraging Coder for data
28
-science, specifically using Python with Jupyter notebooks.
+science, specifically using Python with Jupyter notebooks. We also have a
29
+tutorial on getting started with [PyCharm](pycharm.md)
manifest.json
@@ -38,6 +38,9 @@
38
},
39
{
40
"path": "getting-started/developers.md"
41
+ },
42
+ {
43
+ "path": "getting-started/pycharm.md"
44
}
45
]
46
0 commit comments