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 18bb586 commit a756d9dCopy full SHA for a756d9d
.gitignore
@@ -2,4 +2,6 @@
2
_build/
3
lectures/_build/
4
.ipynb_checkpoints/
5
-.virtual_documents/
+.virtual_documents/
6
+node_modules/
7
+package-lock.json
package.json
@@ -0,0 +1,15 @@
1
+{
+ "name": "lecture-python.myst",
+ "version": "1.0.0",
+ "description": "This website presents a set of lectures on quantitative economic modeling.",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "devDependencies": {
13
+ "netlify-cli": "^23.5.1"
14
+ }
15
+}
0 commit comments