Skip to content

Commit 3b904fa

Browse files
Use gui theme for bokeh plots and lock bokeh version to 2.1.1
1 parent 4b790ca commit 3b904fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)