Skip to content

Commit 40b15a0

Browse files
committed
Merge branch 'precns' of github.com:MetaCell/NetPyNE-UI into precns
2 parents 9a4606d + acde7b6 commit 40b15a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netpyne_ui/netpyne_geppetto.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ def getPlot(self, plotName, LFPflavour):
409409
args['showFig'] = False
410410

411411
if plotName.startswith('iplot'):
412-
## This arg brings dark theme. But some plots are broken by it
413-
# args['theme'] = 'gui'
412+
# This arg brings dark theme. But some plots are broken by it
413+
args['theme'] = 'gui'
414414
html = getattr(analysis, plotName)(**args)
415415
if not html or html == -1:
416416
return ""

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ alembic==1.4.2
33
async-generator==1.10
44
attrs==19.3.0
55
blinker==1.4
6-
bokeh==2.1.0
6+
bokeh==2.1.1
77
brotlipy==0.7.0
88
cachetools==0.8.0
99
certifi==2020.4.5.2

0 commit comments

Comments
 (0)