Skip to content
New issue

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

Issue 3 NO kernel in output ipynb #9

Open
ojnc opened this issue Jul 31, 2023 · 0 comments
Open

Issue 3 NO kernel in output ipynb #9

ojnc opened this issue Jul 31, 2023 · 0 comments

Comments

@ojnc
Copy link

ojnc commented Jul 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant