Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active December 4, 2015 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/fedc3e37b9da43e9f14b to your computer and use it in GitHub Desktop.
Save bollwyvl/fedc3e37b9da43e9f14b to your computer and use it in GitHub Desktop.
nbbrowserpdf minimal docker test

I have to run...

%%javascript
Jupyter.utils.load_extensions(["nbbrowserpdf/index"])

...to see the button.

nbbrowserpdf:
build: .
ports:
- 8888:8888
FROM jupyter/minimal-notebook
RUN apt-get install -y \
libxrender1 \
xvfb
RUN conda install -y \
-c nbcio/channel/dev \
nbbrowserpdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment