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 9dfc100 commit 92e6c5bCopy full SHA for 92e6c5b
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
python-version: '3.12'
40
cache: 'pip' # caching pip dependencies
41
- - name; Install Python dependencies
+ - name: Install Python dependencies
42
run: pip install -r requirements.txt
43
- name: Install MyST Markdown
44
run: npm install -g mystmd
README.md
@@ -1,2 +1,4 @@
1
# plots
2
-An example of deploying a MyST site containing executable notebooks that generate plots
+
3
+An example of deploying a MyST site containing executable notebooks that generate plots.
4
+The demonstration plots are taken from the upstream library documentation.
0 commit comments