hide_code: nbconvert hide_code_html doesn't work

I get these warnings and the resulting file still shows the code.

Any suggestions?

$ jupyter nbconvert --to hide_code_html --execute ./MDT\ -\ prod.ipynb [NbConvertApp] WARNING | Config option template_path not recognized by HideCodeHTMLExporter. Did you mean one of: template_extension, template_file? [NbConvertApp] Converting notebook ./MDT - prod.ipynb to hide_code_html [NbConvertApp] Executing notebook with kernel: python3 [NbConvertApp] Writing 336217 bytes to ./MDT - prod.html $

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

Hello, I am using nbconvert > 5.0, notebook >5.0 ver and the problem still persists. I get the: [NbConvertApp] WARNING | Config option template_path not recognized by HideCodeHTMLExporter. Did you mean one of: template_extension, template_file? [NbConvertApp] Converting notebook C:\Users\alfai\Desktop\xxxxxx.ipynb to hide_code_html [NbConvertApp] Writing 464887 bytes to C:\Users\alfai\Desktop\xxxxxxx.html