Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on December 1, 2017 11:04PM
Likes: 0
Replies: 1
I created new API service and new API endpoint (prediction (Function (R))) for my project. Dataiku has handy functions in "Code" and "Test" windows. In "Code" window user can expand and collapse R code using arrow buttons which are next to the line numbers. For example, user can collapse function
function_name <- function() {
some code
some more code
even more code
}
to view like:
function_name <- function() {...}
Also in "Test" window user can enlarge or diminish size of "Request body" part which contains example json.
All that is great, but the problem is that all those changes suddenly dissapears whenever I switch to any other Dataiku window. I think it would be more convenient to leave it as user set.