offline update 18-30
This commit is contained in:
@@ -21,9 +21,14 @@ def _():
|
|||||||
|
|
||||||
@app.cell
|
@app.cell
|
||||||
def _():
|
def _():
|
||||||
TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2.pptx')
|
return
|
||||||
|
|
||||||
|
|
||||||
|
@app.cell
|
||||||
|
def _():
|
||||||
|
TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2_3-2-18-15.pptx')
|
||||||
# TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
# TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
||||||
TAG_IMAGE_DIR = Path('figures/2-2-26')
|
TAG_IMAGE_DIR = Path('figures/2-3-26_Copy-2-2-26')
|
||||||
return TAG_IMAGE_DIR, TAG_SOURCE
|
return TAG_IMAGE_DIR, TAG_SOURCE
|
||||||
|
|
||||||
|
|
||||||
@@ -47,10 +52,10 @@ def _():
|
|||||||
|
|
||||||
@app.cell
|
@app.cell
|
||||||
def _():
|
def _():
|
||||||
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_2-2.pptx')
|
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_2-2_3-2-18-15.pptx')
|
||||||
REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2_updated.pptx')
|
# REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2_updated.pptx')
|
||||||
|
|
||||||
NEW_IMAGES_DIR = Path('figures/2-2-26')
|
NEW_IMAGES_DIR = Path('figures/debug')
|
||||||
return NEW_IMAGES_DIR, REPLACE_SOURCE
|
return NEW_IMAGES_DIR, REPLACE_SOURCE
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user