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

Extra arguments for export #13918

Closed
jojo2massol opened this issue Jul 17, 2023 · 1 comment
Closed

Extra arguments for export #13918

jojo2massol opened this issue Jul 17, 2023 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality notebook-import-export *out-of-scope Posted issue is not in scope of VS Code

Comments

@jojo2massol
Copy link

jojo2massol commented Jul 17, 2023

It would be nice to have a VSCode setting for extra export arguments.

In my case, it would be helpful while exporting to PDF:
the command executed is:

python.exe -m jupyter nbconvert <myfile.ipynb> --to pdf --output <tmp.pdf> --output-dir <tempdir> --debug

and I would like to be able to add arguments in the export command, like
--template=<mytemplate> or --template-file=<mytemplatefile>, or any other parameter.

this setting could be added in VSCode settings as:

"jupyter.export.args": [
    ]
"jupyter.export.pdf.args": [
    "--template=mytemplate"
    ]
@jojo2massol jojo2massol added the feature-request Request for new features or functionality label Jul 17, 2023
@amunger amunger assigned DonJayamanne and unassigned amunger Jul 17, 2023
@DonJayamanne DonJayamanne added the *out-of-scope Posted issue is not in scope of VS Code label Dec 1, 2023
@DonJayamanne
Copy link
Contributor

Thanks for filing this issue, however there haven't been any upvotes since this ws created.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-import-export *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants