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 e0606f9 commit ad48dacCopy full SHA for ad48dac
pyneuroml/plot/PlotMorphologyVispy.py
@@ -33,14 +33,15 @@
33
logger = logging.getLogger(__name__)
34
logger.setLevel(logging.INFO)
35
36
+pynml_in_jupyter = False
37
+
38
try:
39
from vispy import app, scene, use
40
from vispy.geometry.generation import create_sphere
41
from vispy.geometry.meshdata import MeshData
42
from vispy.scene.visuals import InstancedMesh
43
from vispy.util.transforms import rotate
44
- pynml_in_jupyter = False
45
if app.Application.is_interactive(app):
46
pynml_in_jupyter = True
47
from IPython.display import display
0 commit comments