๐ฆPackage installation
Install the packages you need, use all the best AI tools
Last updated
Install the packages you need, use all the best AI tools
Last updated
In Databutton, you can install all python packages available on pypi and on github. By going to Configure -> Packages (or ctrl/cmd+k -> packages) you can specify packages in the regular requirements.txt format.
There are some packages that are preinstalled and non-optional which are greyed out. Some examples of valid packages are:
input | |
---|---|
tensorflow | install latest version |
tensorflow==2.11.0 | install exact version |
git+https://github.com/online-ml/river | build and install the latest from a github repo |