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

Add CLI option to list available export names #960

Closed
flying-sheep opened this issue Feb 27, 2019 · 4 comments · Fixed by #991
Closed

Add CLI option to list available export names #960

flying-sheep opened this issue Feb 27, 2019 · 4 comments · Fixed by #991
Labels

Comments

@flying-sheep
Copy link
Contributor

I can do

python -c 'import nbconvert; print(*nbconvert.exporters.get_export_names(), sep=" ")'

but that’s not very discoverable

@MSeal
Copy link
Contributor

MSeal commented Mar 19, 2019

I agree. That would be a nice, quick addition.

@MSeal MSeal added help wanted good first issue great for new contributors labels Mar 29, 2019
@rahulpshah
Copy link

Is this still an issue?

Options include {0}

@flying-sheep
Copy link
Contributor Author

Oh! well, I didn’t find that there. Should be inline in the --to param docs, too.

@MSeal
Copy link
Contributor

MSeal commented Apr 12, 2019

I too missed with a quick look since the examples are far away from the --to option. @flying-sheep you could make a PR to update that commands description fairly easily.

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

Successfully merging a pull request may close this issue.

3 participants