Code Studio Environments w/Streamlit
importthepandas
Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
Hi Team
How do we use other environments with Streamlit in code studios on Dataiku? Adding an env and changing the vscode session change doesnt affect streamlit.
Best Answers
-
Hello,
In the
Streamlit
block of your Code Studio template you can add packages inAdditional Python modules
with a space between them, for example:matplotlib plotly
.You will have to add the same packages that you have defined in your code environment.
Hope this helps!
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
Thanks @Gauthier
! this works, however not with our local pypi! However, append to dockerfile for the win... seems we can do this and it works great. Thanks!