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
Copy file name to clipboardExpand all lines: docs/index.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# From Zero to ICSP (Ines Course Starter - Python)
2
2
3
+
Table of Contents
4
+
=================
5
+
6
+
*[From Zero to ICSP (Ines Course Starter - Python)](#from-zero-to-icsp-ines-course-starter---python)
7
+
* [What to Expect](#what-to-expect)
8
+
* [Creating Your Website Without Installing Dependencies (Using Docker Compose)](#creating-your-website-without-installing-dependencies-using-docker-compose)
9
+
* [Creating your website by Installing Dependencies](#creating-your-website-by-installing-dependencies)
10
+
* [Install Node](#install-node)
11
+
* [Install Gatsby](#install-gatsby)
12
+
* [Clone or Install the Repository](#clone-or-install-the-repository)
13
+
* [Running on local Server](#running-on-local-server)
* [<g-emojiclass="g-emoji"alias="high_brightness"fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f506.png">🔆</g-emoji>You can have several questions in one exercise container](#you-can-have-several-questions-in-one-exercise-container)
25
+
* [Codeblock Exercises:](#codeblock-exercises)
26
+
* [Let's talk about importing functions!](#lets-talk-about-importing-functions)
Course Starter python is a starter repo based on the course framework [Ines Montani](https://ines.io/) developed for her [online open-source spaCy course](https://course.spacy.io/). Since creating this framework in April 2019, it has since become a useful tool and platform for data scientists and developers alike to implement their courses in a manner similar to other popular online Data science educational platforms.
@@ -26,7 +52,7 @@ You may need to know _some_ Html for additional customization, however by no mea
26
52
27
53
This tutorial will describe the steps to create a complete initial "Starter Course" with zero customization. From here we will then change, edit and add files to complete your desired unique course.
28
54
29
-
You can choose either to create your website by [installing the dependencies (Node and Gatsby)](#creating-your-website-by-installing-dependencies) or we have conveniently made a docker compose file available to avoid that. If you don't want to install the dependencies follow the steps [here](creating-your-website-without-installing-dependencies-using-docker-compose)
55
+
You can choose either to create your website by [installing the dependencies (Node and Gatsby)](#creating-your-website-by-installing-dependencies) or we have conveniently made a docker compose file available to avoid that. If you don't want to install the dependencies follow the steps [here](#creating-your-website-without-installing-dependencies-using-docker-compose)
30
56
31
57
## Creating Your Website Without Installing Dependencies (Using Docker Compose)
32
58
@@ -153,7 +179,7 @@ Make sure that you ***merge all the changes on the other branches to the master
153
179
154
180
Once you have done this you will need to locate yourself to the root of the repo.
155
181
156
-
## Running on local Server
182
+
###Running on local Server
157
183
158
184
Next, we must install all relevant dependencies by running the following:
0 commit comments