forked from OpenMP/Examples
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 ./notebookI 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working