Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78ee3a7

Browse files
committed
added tile for advanced center of gravity
1 parent 98e58cc commit 78ee3a7

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ display(assigned_geocodes_df.head())
655655
display(centers_df.head())
656656
```
657657

658+
<p align="left">
659+
<img src="examples\assets\advanced_center_of_gravity.png" alt="Header Image" width="980"/>
660+
</p>
661+
658662
#### Forward Advanced Center of Gravity
659663
Calculating the optimal location for new warehouses given the address location of customers, their respective weights and product groups they require, as well as sources of the product groups.
660664
```python
577 KB
Loading

examples/pyloghub_package_demo.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7829,6 +7829,17 @@
78297829
"display(centers_df.head())"
78307830
]
78317831
},
7832+
{
7833+
"attachments": {},
7834+
"cell_type": "markdown",
7835+
"id": "5ca832ff",
7836+
"metadata": {},
7837+
"source": [
7838+
"<p align=\"left\">\n",
7839+
" <img src=\"../examples\\assets\\advanced_center_of_gravity.png\" alt=\"Header Image\" width=\"980\"/>\n",
7840+
"</p>"
7841+
]
7842+
},
78327843
{
78337844
"attachments": {},
78347845
"cell_type": "markdown",

0 commit comments

Comments
 (0)