Skip to content

The input and ouput parameters of tex2notebook are not working #7

@ouankou

Description

@ouankou

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions