We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you see html2text it allows import in python Also it is a script
py2nb is only delivered as a script ( I think) I cannot say import py2nb Problem also is subprocess.run does not work
So in a integration that I am doing I had to paste whole code and correct for utf8
Please see https://github.com/ojnc/html2ipynbSensible/blob/main/html2ipynbSensible.py
In the script I had to manually add ,"r",encoding="utf-8" so that I could run in command line
Regards Jayanta
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you see html2text it allows import in python
Also it is a script
py2nb is only delivered as a script ( I think)
I cannot say import py2nb
Problem also is subprocess.run does not work
So in a integration that I am doing I had to paste whole code and correct for utf8
Please see https://github.com/ojnc/html2ipynbSensible/blob/main/html2ipynbSensible.py
In the script I had to manually add ,"r",encoding="utf-8"
so that I could run in command line
Regards
Jayanta
The text was updated successfully, but these errors were encountered: