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
We need this code for ipynb kernel to be set to python 3
kernelspec=dict(display_name= "Python 3", language= "python", name= "python3",) nb = nbformat.v4.new_notebook() nb.metadata['kernelspec'] = kernelspec
I had to copy your code with 3 enhancements please see https://github.com/ojnc/html2ipynbSensible/blob/main/html2ipynbSensible.py
Regards Jayanta
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need this code for ipynb kernel to be set to python 3
I had to copy your code with 3 enhancements
please see https://github.com/ojnc/html2ipynbSensible/blob/main/html2ipynbSensible.py
Regards
Jayanta
The text was updated successfully, but these errors were encountered: