Invoke power shell activity to run Jupyter notebook

I have a code in Jupyter notebook which extracts tables from the PDF, I am using this script to run that file
image

and i am getting this error

This is the output SS from Jupyter

What I want is to write those extracted tables in to excel sheet.

Thanks!

You need double quotes around Python Table Extractor.ipynb

To escape double quotes just type it twice.

"jupyter nbconvert --to notebook --execute ""Python Table Extractor.ipynb"""

1 Like