Skip to content
Snippets Groups Projects
Commit bc81b1b0 authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

Merge branch 'feature/pdf-export' into 'master'

Remove broken pdf export options

See merge request jupyter/clb-jupyter-nb-images!8
parents 35c0ffcc 454adfe6
No related branches found
No related tags found
1 merge request!8Remove broken pdf export options
Pipeline #14976 passed with stage
in 43 minutes and 10 seconds
variables:
docker_registry_user: "robot$$gitlab"
docker_image_tag: "1.4"
docker_image_tag: "1.5"
stages:
- build
......
......@@ -7,6 +7,9 @@ c.NotebookApp.port = port
c.NotebookApp.open_browser = False
c.NotebookApp.quit_button = False
c.PDFExporter.enabled = False
c.WebPDFExporter.enabled = False
if os.environ.get('JUPYTERHUB_SERVICE_PREFIX'):
c.NotebookApp.base_url = os.environ.get('JUPYTERHUB_SERVICE_PREFIX')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment