jupyterlab_commands.nbconvert_functions.hideinput package

Submodules

class jupyterlab_commands.nbconvert_functions.hideinput.exporters.HTMLHideCodeExporter(config=None, **kw)[source]

Bases: nbconvert.exporters.html.HTMLExporter

property template_path

An instance of a Python list.

class jupyterlab_commands.nbconvert_functions.hideinput.exporters.PDFHideCodeExporter(config=None, **kw)[source]

Bases: nbconvert.exporters.pdf.PDFExporter

property template_path

An instance of a Python list.

jupyterlab_commands.nbconvert_functions.hideinput.exporters.export_html(nbpath, template='/Volumes/MacintoshHD/theocean154/Programs/projects/jupyter/jupyterlab_commands/jupyterlab_commands/nbconvert_functions/hideinput/templates/hide_code_cells_html.tpl')[source]
jupyterlab_commands.nbconvert_functions.hideinput.exporters.export_pdf(nbpath, template='/Volumes/MacintoshHD/theocean154/Programs/projects/jupyter/jupyterlab_commands/jupyterlab_commands/nbconvert_functions/hideinput/templates/hide_code_cells_pdf.tplx')[source]
jupyterlab_commands.nbconvert_functions.hideinput.extension.load_jupyter_server_extension(nb_server_app)[source]