-
Use a React Frontend to Create a Web App
React webapps are not natively supported by DSS, but it’s still possible to integrate a React application into Dataiku DSS with the help of DSS dev plugin and a visual webapp. In this article, I'll d…2 · -
Re: How to visualize US States
Sorry for a misleading solution, I did a brief testing with a few cases where it worked... Since it's a limitation of the geocoding service you can give it more context to improve the result. For exa…1 · -
Re: Creating a Web App with React Frontend
Here's the plugin code I was using: https://github.com/andreybavt/demo-dss-react-plugin To answer your questions: 1) You can use JSX to develop your app, however, you'd need to build it first so that…1 · -
Re: Update pip to latest 20.x
Hi @jax79sg , Whenever you create a new python code environment in DSS it's placed in DATA_DIR/code-envs/python/ENV_NAME so to upgrade pip you'd need to run DATA_DIR/code-envs/python/ENV_NAME/bin/pip…1 · -
Re: Frontend and AngularJS Routing with Web Apps
Hi Adam, Could you give more details about your use case? Would you like to organize in-app navigation like switching between app pages or want to navigate user outside of your webapp: to another DSS…2 ·