Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored and trungleduc committed Aug 4, 2022
1 parent 001a143 commit dd44b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions voila/server_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import os
import gettext
import sys

from jinja2 import Environment, FileSystemLoader

Expand Down Expand Up @@ -57,6 +58,8 @@ def _load_jupyter_server_extension(server_app):
host_pattern = '.*$'
base_url = url_path_join(web_app.settings['base_url'])

sys.stderr.write(get_server_root_dir(web_app.settings))

tree_handler_conf = {
'voila_configuration': voila_configuration
}
Expand Down

0 comments on commit dd44b06

Please sign in to comment.