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

HTMLExporter.exclude_output_prompt always set to True #1700

Open
eamarten opened this issue Jan 10, 2022 · 1 comment
Open

HTMLExporter.exclude_output_prompt always set to True #1700

eamarten opened this issue Jan 10, 2022 · 1 comment

Comments

@eamarten
Copy link

False is supposed to be the default value, but behaves as if set to True and could not successfully set it to False.

From the command line,

jupyterlab nbconvert --HTMLExporter.exclude_input_prompt=False --to html my_notebook.ipynb

results in the same behaviour as, from jupyterlab,

File -> Save and Export Notebook as... -> HTML

In both cases, prompt and user input yield a blank line in produced html.

Nbconvert version: 6.4.0

@tlogan2000
Copy link

I am currently having the same issue as well. version 6.4.0

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

2 participants