Skip to content

Commit

Permalink
wip: raw jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Look committed Mar 11, 2024
1 parent ac88295 commit aad0779
Show file tree
Hide file tree
Showing 7 changed files with 554 additions and 51 deletions.
44 changes: 0 additions & 44 deletions _singleline_sketchrnn/index.qmd

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"draft: true\n",
"skip_exec: true\n",
"sidebar: false\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
507 changes: 507 additions & 0 deletions nbs/jupyter/20240311_dataset_review.ipynb

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions nbs/jupyter/20_part1_computing_embeddings.ipynb
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"cell_type": "raw",
"metadata": {},
"outputs": [],
"source": []
"source": [
"---\n",
"draft: true\n",
"skip_exec: true\n",
"sidebar: false\n",
"---"
]
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -59,9 +63,9 @@
"from PIL import Image\n",
"from IPython.display import display, HTML\n",
"\n",
"from singleline_stroke3.embeddings import *\n",
"from singleline_stroke3.fileorg import *\n",
"from singleline_stroke3.display import *"
"from singleline_dataset.embeddings import *\n",
"from singleline_dataset.fileorg import *\n",
"from singleline_dataset.display import *"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"# Part 2: Exploring Embeddings"
]
},
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"draft: true\n",
"skip_exec: true\n",
"sidebar: false\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"draft: true\n",
"skip_exec: true\n",
"sidebar: false\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
3 changes: 3 additions & 0 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ website:
href: blog/index.qmd
- section: jupyter
contents:
- jupyter/20240311_dataset_review.ipynb
- jupyter/20_part1_computing_embeddings.ipynb
- jupyter/21_part2_exploring_embeddings.ipynb
- jupyter/30_singleline_dataset_second_attempt.ipynb
href: jupyter/index.qmd
- section: projects
contents:
Expand Down

0 comments on commit aad0779

Please sign in to comment.