We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f45c36 commit 5963a8dCopy full SHA for 5963a8d
docker/Dockerfile
@@ -31,7 +31,7 @@ WORKDIR /workspace
31
RUN set -eux \
32
; pip install -e ".[prometheus, test, docs]" \
33
; python -m ipykernel install --user --name=notebooker_kernel \
34
- ; pip install nbformat jupyter-core jupyter-client --upgrade \
+ ; pip install nbformat jupyter-core jupyter-client Pandoc --upgrade \
35
; pip install -r ./notebooker/notebook_templates_example/notebook_requirements.txt \
36
; python setup.py develop \
37
; python setup.py build_sphinx \
0 commit comments