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

No easy way to disable output prompts in HTML templates #40

Closed
takluyver opened this issue Jun 17, 2015 · 1 comment
Closed

No easy way to disable output prompts in HTML templates #40

takluyver opened this issue Jun 17, 2015 · 1 comment
Milestone

Comments

@takluyver
Copy link
Member

The output_prompt block doesn't do anything in the HTML templates - there's a comment saying:

{# 
  output_prompt doesn't do anything in HTML,
  because there is a prompt div in each output area (see output block)
#}

The output prompts are generated inside the output block for an execute_result output, but there's no easy way (that I can see) to disable them in a subclass template.

@mpacer
Copy link
Member

mpacer commented Apr 4, 2017

#554 takes care of this! Now you just say --no-prompt :)

@mpacer mpacer closed this as completed Apr 4, 2017
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