Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmake/modules/RootConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,12 @@ if(webgui)
set(root_canvas_class "TWebCanvas")
set(root_treeviewer_class "RTreeViewer")
set(root_geompainter_type "web")
set(root_jupyter_jsroot "on")
else()
set(root_canvas_class "TRootCanvas")
set(root_treeviewer_class "TTreeViewer")
set(root_geompainter_type "root")
set(root_jupyter_jsroot "off")
endif()

if(root7 AND webgui)
Expand Down
4 changes: 2 additions & 2 deletions config/rootrc.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ GeomPainter.Name: @root_geompainter_type@
# THttpServer specific settings
# location of JavaScript ROOT sources
#HttpServ.JSRootPath: @jsrootdir@
# Default setting for enabling or disabling JSROOT.
# Default setting for enabling or disabling JSROOT.
# This can be toggled in the notebook using the `%jsroot on/off` command.
Jupyter.JSRoot: on
Jupyter.JSRoot: @root_jupyter_jsroot@

# WebGui specific settings (defaults are shown)
# fixed http port number for server, 0 - not fixed, -1 - disabled completely
Expand Down
Loading