Skip to content

Commit 9885993

Browse files
committed
🐛 Fix(vuegen_case_study_earth_microbiome.ipynb): Read EMP logo from url instead of local file and update class diagram img
1 parent fa32cd3 commit 9885993

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
5.38 KB
Loading

docs/vuegen_case_study_earth_microbiome.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
"metadata": {},
14291429
"outputs": [],
14301430
"source": [
1431-
"empo_logo_path = os.path.join(base_output_dir, \"emp_logo.png\")\n",
1431+
"empo_logo_path = \"https://raw.githubusercontent.com/ElDeveloper/cogs220/master/emp-logo.svg\"\n",
14321432
"\n",
14331433
"# Load the YAML file\n",
14341434
"config_path = os.path.join(base_output_dir, \"Earth_microbiome_vuegen_demo_notebook_config.yaml\")\n",

0 commit comments

Comments
 (0)