Skip to content

Commit a574aed

Browse files
authored
Merge pull request #233 from postgresml/montana/yml
sort notebooks
2 parents 328eb9f + cc53d92 commit a574aed

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

pgml-dashboard/app/views/notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def index(request):
77
request,
88
"notebooks.html",
99
{
10-
"notebooks": Notebook.objects.all(),
10+
"notebooks": Notebook.objects.order_by('id').all(),
1111
"topic": "notebooks",
1212
},
1313
)

pgml-dashboard/notebooks/fixtures/notebooks.yml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,57 @@
11
- model: notebooks.notebook
22
pk: 0
33
fields:
4-
name: 'Tutorial 0: Welcome to PostgresML Notebooks!'
4+
name: "Tutorial 0: \U0001F389 Welcome to PostgresML!"
55
created_at: 2022-08-20 01:47:08.937190+00:00
66
updated_at: 2022-08-20 01:47:08.937190+00:00
77
- model: notebooks.notebook
88
pk: 1
99
fields:
10-
name: 'Tutorial 1: Real Time Fraud Detection'
10+
name: 'Tutorial 1: ⏱️ Real Time Fraud Detection'
1111
created_at: 2022-08-15 22:26:18.428227+00:00
1212
updated_at: 2022-08-15 22:26:18.428241+00:00
1313
- model: notebooks.notebook
1414
pk: 2
1515
fields:
16-
name: 'Tutorial 2: Tumor Detection w/ Binary Classification'
16+
name: 'Tutorial 2: ⚕️ Tumor Detection w/ Binary Classification'
1717
created_at: 2022-08-19 23:10:23.120983+00:00
1818
updated_at: 2022-08-19 23:10:23.120996+00:00
19+
- model: notebooks.notebook
20+
pk: 3
21+
fields:
22+
name: "Tutorial 4: \U0001F36D Diabetes Progression w/ Regression"
23+
created_at: 2022-08-20 02:18:14.608456+00:00
24+
updated_at: 2022-08-20 02:18:14.608474+00:00
25+
- model: notebooks.notebook
26+
pk: 4
27+
fields:
28+
name: 'Tutorial 3: ✍️ Handwritten Digit Image Classification'
29+
created_at: 2022-08-20 16:46:40.856497+00:00
30+
updated_at: 2022-08-20 16:46:40.856511+00:00
31+
- model: notebooks.notebook
32+
pk: 5
33+
fields:
34+
name: "Tutorial 5: \U0001F3A4 Language Translation w/ Deep Learning"
35+
created_at: 2022-08-20 16:47:47.830932+00:00
36+
updated_at: 2022-08-20 16:47:47.830946+00:00
37+
- model: notebooks.notebook
38+
pk: 6
39+
fields:
40+
name: 'Tutorial 6: ↗️ Working w/ Embeddings'
41+
created_at: 2022-08-20 16:48:16.252016+00:00
42+
updated_at: 2022-08-20 16:48:16.252029+00:00
43+
- model: notebooks.notebook
44+
pk: 7
45+
fields:
46+
name: "Tutorial 7: \U0001F4D2 Managing Model Deployments"
47+
created_at: 2022-08-20 16:48:40.044312+00:00
48+
updated_at: 2022-08-20 16:48:40.044325+00:00
49+
- model: notebooks.notebook
50+
pk: 8
51+
fields:
52+
name: "Tutorial 8: \U0001F4BB Working the Internal Schema of PostgresML"
53+
created_at: 2022-08-20 16:49:41.363292+00:00
54+
updated_at: 2022-08-20 16:49:41.363306+00:00
1955
- model: notebooks.notebookcell
2056
pk: 1
2157
fields:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy