Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
19c454f5
Commit
19c454f5
authored
Jul 10, 2020
by
René Fritze
Committed by
René Fritze
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[vis] switch default backend for jupyter to MPL
parent
c20bf6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pymor/discretizers/builtin/gui/jupyter/__init__.py
src/pymor/discretizers/builtin/gui/jupyter/__init__.py
+1
-1
No files found.
src/pymor/discretizers/builtin/gui/jupyter/__init__.py
View file @
19c454f5
...
@@ -18,7 +18,7 @@ from pymor.core.config import config
...
@@ -18,7 +18,7 @@ from pymor.core.config import config
@
defaults
(
'backend'
)
@
defaults
(
'backend'
)
def
get_visualizer
(
backend
=
'
py3js
'
):
def
get_visualizer
(
backend
=
'
MPL
'
):
if
backend
==
'py3js'
and
config
.
HAVE_PYTHREEJS
:
if
backend
==
'py3js'
and
config
.
HAVE_PYTHREEJS
:
from
pymor.discretizers.builtin.gui.jupyter.threejs
import
visualize_py3js
from
pymor.discretizers.builtin.gui.jupyter.threejs
import
visualize_py3js
return
visualize_py3js
return
visualize_py3js
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment