-
- Downloads
first running version of dash inside of jupyterlab via proxy
parent
aa96f462
No related branches found
No related tags found
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Dockerfile 12 additions, 10 deletionsDockerfile
- README.md 1 addition, 1 deletionREADME.md
- app/app.py 44 additions, 0 deletionsapp/app.py
- app/callbacks.py 23 additions, 0 deletionsapp/callbacks.py
- app/layout.py 14 additions, 0 deletionsapp/layout.py
- environment.yml 7 additions, 0 deletionsenvironment.yml
- jupyter_notebook_config.py 13 additions, 0 deletionsjupyter_notebook_config.py
- requirements.txt 12 additions, 0 deletionsrequirements.txt
.gitignore
0 → 100644
app/app.py
0 → 100644
app/callbacks.py
0 → 100644
app/layout.py
0 → 100644
environment.yml
0 → 100644
jupyter_notebook_config.py
0 → 100644
requirements.txt
0 → 100644
jupyter-server-proxy==4.0.0 | ||
jupyterlab-git==0.42.0 | ||
jupyter_server>=2.0 | ||
dash | ||
dash-bootstrap-components | ||
plotly | ||
openai | ||
rapidfuzz | ||
python-dotenv |
Please register or sign in to comment