While in the root of the repository, running tex2notebook.py with specified input and output parameters failed.
# enter Examples root folder, in my case: /home/ouankou/Projects/Examples
python util/tex2notebook/tex2notebook.py -i . -o ./notebook
I expected the LaTex files will be converted to Jupyter notebooks in the notebook folder, but the following error is shown and nothing is produced.
Traceback (most recent call last):
File "/home/ouankou/Projects/Examples/util/tex2notebook/tex2notebook.py", line 657, in <module>
os.remove(contents_folder + "Title_Page.ipynb")
Enter Examples/util/tex2notebook first and then executing the Python script without any parameters works.
While in the root of the repository, running tex2notebook.py with specified input and output parameters failed.
I expected the LaTex files will be converted to Jupyter notebooks in the
notebookfolder, but the following error is shown and nothing is produced.Enter
Examples/util/tex2notebookfirst and then executing the Python script without any parameters works.