-
-
Save jph00/407562c3b371f0fdc61826a4927a1dab to your computer and use it in GitHub Desktop.
Ah yes, using python3 worked. Thanks a bunch!
Hi,
After executing:
nbdev_nb2md name.ipynb
I only got name.ipynb but not the folder name_files
although I included screenshots in name.ipynb. After commit, the screenshots are missed.
great work, btw :)
Hi, after executing:
nbdev_nb2md name.ipynb
I got: ** UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 103: illegal multibyte sequence. **
I have set encoding like this:
for f in fileinput.input(inplace=True, openhook=fileinput.hook_encoded(encoding="utf-8")):
but this ERROR still occurs... what happened?
Thank you!
Hi, after executing:
nbdev_nb2md name.ipynb
I got: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 103: illegal multibyte sequence.
I have set encoding like this:
for f in fileinput.input(inplace=True, openhook=fileinput.hook_encoded(encoding="utf-8")):
but this ERROR still occurs... what happened?
Thank you!
After the command,
nbdev_nb2md blog_test.ipynb
If by chance anyone is getting the following error
AssertionError: Use
create_config to create settings.ini for the first time
You will need a settings.ini file in the same directory as where you're running the command. Download settings.ini from here
For more information and help look here
I'm getting a syntax error?
File "upd_md.py", line 3 print(re.sub(r'^(!.*]\()(\w+_files/)', r'\1/images/\2', f), end='') ^ SyntaxError: invalid syntax
I just copied and pasted ):