streamlit-aggrid is now on conda-forge; streamlit=1.9.2 needs altair=4
This commit is contained in:
@ -11,12 +11,10 @@ conda create -n stand
|
|||||||
conda activate stand
|
conda activate stand
|
||||||
|
|
||||||
conda install cherrypy
|
conda install cherrypy
|
||||||
conda install conda-forge::streamlit=1.9.2
|
conda install streamlit=1.9.2 altair=4
|
||||||
|
conda install streamlit-aggrid
|
||||||
conda install openpyxl # excel writing
|
conda install openpyxl # excel writing
|
||||||
conda install pytables # hdf5 writing
|
conda install pytables # hdf5 writing
|
||||||
conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps
|
|
||||||
|
|
||||||
pip install streamlit-aggrid
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Start the webapp
|
## Start the webapp
|
||||||
|
Reference in New Issue
Block a user