Skip to content

Commit

Permalink
Letzte Referenzen auf fremde Repos entfernt.
Browse files Browse the repository at this point in the history
  • Loading branch information
shMeske committed Nov 27, 2023
1 parent 92c2348 commit 3af2b55
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 12 deletions.
Binary file added assets/Favicon/bio.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 5 additions & 8 deletions convert_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@
IGNORE_FOLDERS = ["build", "dist", "pyodide", "pyscript", "Miscellaneous"]
files_added = []

# "'biopsykit',"


changed_imports = (
" const env_spec = ['https://cdn.holoviz.org/panel/wheels/bokeh-3.2.2-py3-none-any.whl', "
"'https://cdn.holoviz.org/panel/1.3.2/dist/wheels/panel-1.3.2-py3-none-any.whl', "
"'pyodide-http==0.2.1', "
"'https://raw.githubusercontent.com/shMeske/WheelFiles/master/docopt-0.6.2-py2.py3-none-any.whl', "
"'https://raw.githubusercontent.com/shMeske/WheelFiles/master/littleutils-0.2.2-py3-none-any.whl', "
"'https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/WheelFiles/docopt-0.6.2-py2.py3-none-any.whl', "
"'https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/WheelFiles/littleutils-0.2.2-py3-none-any.whl', "
"'fau_colors==1.5.3',"
"'https://raw.githubusercontent.com/shMeske/WheelFiles/master/pingouin-0.5.4-py3-none-any.whl', "
"'https://raw.githubusercontent.com/shMeske/WheelFiles/master/zope.interface-6.2.dev0-py3-none-any.whl', "
"'https://raw.githubusercontent.com/shMeske/WheelFiles/master/biopsykit-0.9.0-py3-none-any.whl', "
"'https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/WheelFiles/pingouin-0.5.4-py3-none-any.whl', "
"'https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/WheelFiles/zope.interface-6.2.dev0-py3-none-any.whl', "
"'https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/WheelFiles/biopsykit-0.9.0-py3-none-any.whl', "
"'datetime', "
"'seaborn', "
"'matplotlib',"
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
title="BioPysKit Dashboard",
header_background="#186FEF",
logo="./assets/Icons/biopsykit_Icon.png",
favicon="https://raw.githubusercontent.com/shMeske/test-site/gh-pages/favicon.ico",
favicon="https://raw.githubusercontent.com/mad-lab-fau/biopsykit-dashboard/development/assets/Favicon/bio.ico",
)

app.config.console_output = "disable"
Expand Down
4 changes: 1 addition & 3 deletions main_ide.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
app.theme_toggle = False
info_btn = pn.widgets.Button(button_type="light", icon="help-hexagon", width=15)
info_btn.js_on_click(
args={
"target": "https://shmeske.github.io/biopsykit-dashboard-documentation/general-info.html"
},
args={"target": "https://mad-lab-fau.github.io/biopsykit-dashboard/documentation/"},
code="window.open(target)",
)
app.header.append(info_btn)
Expand Down

0 comments on commit 3af2b55

Please sign in to comment.