Update pages/How to convert Image to tabular data.py
Browse files
pages/How to convert Image to tabular data.py
CHANGED
@@ -3,8 +3,7 @@ from nbconvert import HTMLExporter
|
|
3 |
import nbformat
|
4 |
|
5 |
# Path to the notebook
|
6 |
-
notebook_path = "image_show(b,g,r)_in_window.ipynb
|
7 |
-
.ipynb"
|
8 |
|
9 |
# Load and convert notebook to HTML
|
10 |
with open(notebook_path, "r", encoding="utf-8") as f:
|
|
|
3 |
import nbformat
|
4 |
|
5 |
# Path to the notebook
|
6 |
+
notebook_path = "image_show(b,g,r)_in_window.ipynb"
|
|
|
7 |
|
8 |
# Load and convert notebook to HTML
|
9 |
with open(notebook_path, "r", encoding="utf-8") as f:
|