You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, create_md_file() only allows us to write to the current folder where the python script is in.
Is there anyway to add additional functionality by allowing the user to pass in a path in maybe another folder? And have the output directed to that path instead.
Thx.
The text was updated successfully, but these errors were encountered:
@mika-long I tried sepcifying path to file name like mdFile = MdUtils(file_name='../docs/src/guide/courses/ray_optics.md',title='Ray Optics')
but this throws error FileNotFoundError: [Errno 2] No such file or directory: '../docs/src/guide/courses/ray_optics.md'
Currently,
create_md_file()
only allows us to write to the current folder where the python script is in.Is there anyway to add additional functionality by allowing the user to pass in a path in maybe another folder? And have the output directed to that path instead.
Thx.
The text was updated successfully, but these errors were encountered: