Commits on Source (76)
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
first running version of dash inside of jupyterlab via proxy See merge request !1
-
Julian Rasch authored
Dev See merge request !2
-
Julian Rasch authored
changed method to find jupyterlab base url for dash app See merge request !3
-
Julian Rasch authored
Dev See merge request !4
-
Julian Rasch authored
added small nltk and spacy data sets See merge request !5
-
Julian Rasch authored
# Conflicts: # .gitlab-ci.yml # Dockerfile # requirements.txt
-
Julian Rasch authored
Finalized Jupyterlab for the sprint See merge request !6
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
Switch jupyterlab and app See merge request !7
-
Julian Rasch authored
-
Julian Rasch authored
update gitlab ci to testcc4 See merge request !8
-
Julian Rasch authored
-
Julian Rasch authored
switched app back to dash See merge request !9
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
Switch back to dash See merge request !10
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- .gitlab-ci.yml 4 additions, 2 deletions.gitlab-ci.yml
- Dockerfile 5 additions, 17 deletionsDockerfile
- README.md 0 additions, 2 deletionsREADME.md
- app/app.py 0 additions, 65 deletionsapp/app.py
- app/callbacks.py 0 additions, 65 deletionsapp/callbacks.py
- app/layout.py 0 additions, 40 deletionsapp/layout.py
- app/my_app.py 0 additions, 70 deletionsapp/my_app.py
- dash_proxy/dash_proxy.py 0 additions, 16 deletionsdash_proxy/dash_proxy.py
- dash_proxy/my_app_proxy.py 0 additions, 16 deletionsdash_proxy/my_app_proxy.py
- dash_proxy/setup.py 0 additions, 17 deletionsdash_proxy/setup.py
- environment.yml 0 additions, 7 deletionsenvironment.yml
- llm_utils/src/llm_utils/client.py 2 additions, 1 deletionllm_utils/src/llm_utils/client.py
- my_callbacks.py 0 additions, 21 deletionsmy_callbacks.py
- my_layout.py 0 additions, 13 deletionsmy_layout.py
- requirements.txt 5 additions, 8 deletionsrequirements.txt
app/app.py
deleted
100644 → 0
app/callbacks.py
deleted
100644 → 0
app/layout.py
deleted
100644 → 0
app/my_app.py
deleted
100644 → 0
dash_proxy/dash_proxy.py
deleted
100644 → 0
dash_proxy/my_app_proxy.py
deleted
100644 → 0
dash_proxy/setup.py
deleted
100644 → 0
environment.yml
deleted
100644 → 0
my_callbacks.py
deleted
100644 → 0
my_layout.py
deleted
100644 → 0
jupyter-server-proxy==4.0.0 | ||
jupyterlab-git==0.42.0 | ||
jupyter_server>=2.0 | ||
# jupyter-server-proxy==4.4.0 | ||
# dash | ||
# dash-bootstrap-components | ||
flake8 | ||
dash | ||
dash-bootstrap-components | ||
plotly | ||
openai | ||
rapidfuzz | ||
nltk | ||
spacy | ||
plotly | ||
scikit-learn | ||
pdfplumber | ||
python-dotenv | ||