Member since
04-26-2023
8
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1407 | 05-22-2023 03:14 AM |
07-06-2023
12:51 AM
Hi @Gopinath We are currently struggling to find the brackets.json file in our CDSW. Is such a file available in principle or would we need to create it and place it in a specific directory?
... View more
06-13-2023
03:02 AM
Thank you very much. This was of great help. I read that one could edit the brackets.json to enable programming language-specific settings. Is something like outlined in this SO answer possible in the CDSW? "language": {
"html": {
"spaceUnits": 4
},
"javascript": {
"tabSize": 2
}
} https://stackoverflow.com/a/29808575/3107708 Edit: We are currently struggling to even find the brackets.json file in our CDSW. Is such a file available in principle? Should we create it and place it in a specific directory?
... View more
05-25-2023
04:50 AM
@DianaTorres@Gopinathany help on this would again be greatly appreciated 🙂
... View more
05-22-2023
03:14 AM
Thank you for your reply, which made me take a closer look at which exceptions were handled unexpectedly and I found that the use of rich.traceback.install() in one of the scripts messed up the return status of the CDSW Job. The issue was solved by removing rich.traceback.install() from the code, which is only cosmetic anyhow
... View more
05-22-2023
12:49 AM
Hi, in our CDSW setup the autoindent feature uses a tab with a width of 2 spaces when creating a newline in a .py Python script. E.g. on a newline after: for i in range(n): <- 2-spaces wide tab gets automatically added here Is there a way to configure this to use 4 spaces instead of the tab?
... View more
Labels:
05-08-2023
12:39 AM
Hi @DianaTorres , any updates on this?
... View more
04-27-2023
12:10 PM
Thank you @DianaTorres . I'm looking forward to hearing back from your team
... View more
04-26-2023
07:42 AM
We have several CDSW jobs set up where we call a python script with a main() function which is called via if __name__ == "__main__": main() Our problem is that these jobs are erronously shown as "Success" even if the python code throws an Exception. How can we set up our CDSW such that these jobs are correctly shown as "Failure"?
... View more
Labels: