Flask Environnemnt

Solved!
Romain_L
Level 3
Flask Environnemnt

Hi crew!

I have a small question about webapps.
I wanted to know if it was possible to import a web app with a typical environment like Flask in Dataiku. Or if we can create our own environment that is not dependent on the basic Dataiku webapp environment?
Thank you in advance
Have a nice day!

0 Kudos
1 Solution
Ignacio_Toledo

Hi @Romain_L!

I've not done it, but a colleague of mine is using Flask to develop webapps in dataiku. Furthermore, you can find information in the following post:

How to create Flask APi in dataiku? 

https://academy.dataiku.com/web-apps-in-dataiku-dss/506871

And some limitations:

Import an existing Dash (Flask) webapp 

Hope this helps a bit.

 

View solution in original post

2 Replies
Ignacio_Toledo

Hi @Romain_L!

I've not done it, but a colleague of mine is using Flask to develop webapps in dataiku. Furthermore, you can find information in the following post:

How to create Flask APi in dataiku? 

https://academy.dataiku.com/web-apps-in-dataiku-dss/506871

And some limitations:

Import an existing Dash (Flask) webapp 

Hope this helps a bit.

 

Romain_L
Level 3
Author

Hi @Ignacio_Toledo !

Thank you for your response.
I will look at the documentation more closely but what I see is that we are "forced" to go through the basic architecture (i.e. to display information coming from python, we have to go through the javascript interface).

Thanks again!