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

ENH: Jupyter kernel should be fetched from metadata for execution #318

Open
mmcky opened this issue Feb 19, 2020 · 0 comments
Open

ENH: Jupyter kernel should be fetched from metadata for execution #318

mmcky opened this issue Feb 19, 2020 · 0 comments

Comments

@mmcky
Copy link
Contributor

mmcky commented Feb 19, 2020

The file has some hard coded language choices that should be removed to use kernel metadata for the document

        ## specifying kernels
        if language == 'python':
            ep = ExecutePreprocessor(timeout=-1, allow_errors=allow_errors, kernel_name='python3')
        elif language == 'julia':
            ep = ExecutePreprocessor(timeout=-1, allow_errors=allow_errors)
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