stuff
Browse files- README.md +3 -0
- WS__hfjgtdocgen.code-workspace +8 -0
- mynewbook/markdown.md +4 -1
README.md
CHANGED
@@ -12,3 +12,6 @@ license: mit
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
+
|
17 |
+
https://executablebooks.org/en/latest/gallery/
|
WS__hfjgtdocgen.code-workspace
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"folders": [
|
3 |
+
{
|
4 |
+
"path": "."
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"settings": {}
|
8 |
+
}
|
mynewbook/markdown.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
# Markdown Files
|
|
|
|
|
|
|
2 |
|
3 |
Whether you write your book's content in Jupyter Notebooks (`.ipynb`) or
|
4 |
in regular markdown files (`.md`), you'll write in the same flavor of markdown
|
|
|
1 |
+
# JG Markdown Files
|
2 |
+
|
3 |
+
|
4 |
+
JG Stuff
|
5 |
|
6 |
Whether you write your book's content in Jupyter Notebooks (`.ipynb`) or
|
7 |
in regular markdown files (`.md`), you'll write in the same flavor of markdown
|