Skip to content
Snippets Groups Projects
Commit 5530d6da authored by Vanessa Stehr's avatar Vanessa Stehr
Browse files

Fix bokeh version typo

parent dd5e31b1
No related branches found
No related tags found
No related merge requests found
venv venv*
.vscode .vscode
sample-data sample-data
__pycache__ __pycache__
bokeh~=3.3.10 bokeh~=3.3.1
pytest~=7.4.2 pytest~=7.4.2
pytest-cov~=4.1.0 pytest-cov~=4.1.0
#-e git+https://pipPull:BMzhUMQZThk-wLy6KDvs@gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConv.git@release#egg=dcc_XMLJSONConv #-e git+https://pipPull:BMzhUMQZThk-wLy6KDvs@gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConv.git@release#egg=dcc_XMLJSONConv
......
...@@ -36,7 +36,7 @@ class page: ...@@ -36,7 +36,7 @@ class page:
curdoc().theme = bokehCssPTB.getTheme() curdoc().theme = bokehCssPTB.getTheme()
def buildGemimegTab(self): def buildGemimegTab(self):
gemimegElement = Div(text="""<embed src="https://s18361.bs.ptb.de/gemimeg-tool/#/" height="1080" width="1920">""") gemimegElement = Div(text="""<embed src="https://s18361.bs.ptb.de/gemimeg-tool/#/">""")
self.gemimegTab = TabPanel(child=gemimegElement, title="Gemimeg") self.gemimegTab = TabPanel(child=gemimegElement, title="Gemimeg")
def buildDisplayerTab(self): def buildDisplayerTab(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment