IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.post_processors.pdf

Next topic

Module: nbconvert.transformers.base

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbconvert.post_processors.serve

Contains postprocessor for serving nbconvert output.

1 Class

class IPython.nbconvert.post_processors.serve.ServePostProcessor(**kw)

Bases: IPython.nbconvert.post_processors.base.PostProcessorBase

Post processor designed to serve files

call(input)

Simple implementation to serve the build directory.