shwetashweta05 commited on
Commit
a3c6f73
·
verified ·
1 Parent(s): 8bdcb30

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: