megan_mcp
Forum Replies Created
-
Unfortunately, unless you have downloaded your markdown files, once you delete your workspace your work is lost in the process.
To launch the course again, you can return to your terminal and run ./setup.sh again.
Hope this helps.
Thanks,
Megan
-
megan_mcp
AdministratorJuly 16, 2024 at 5:21 pm in reply to: Inter Process Communication: code only returns : :Hi Joe,
Would you be able to provide me with a few extra details about this.
– Are you running your code in the markdown file or the scratchpad?
– Have you experiencing this issue with the content file or the exercises file or both ?
– Can you send a screenshot of an example of this happening?
Many thanks,
Megan
-
megan_mcp
AdministratorJuly 16, 2024 at 5:07 pm in reply to: Using the partition type as a parameterHi @eohara_kdb
Apologies, due to formatting issues with our editor, can I ask that you send forward a screenshot of your code instead? 🙂
We are currently working to get this issue resolved for future questions.
Many thanks,
Megan
-
Hi @akila
Do you mind sending me your code for instRef ? This will hopefully help me better assist you.
Thanks,
Megan🙂
-
Hi @lestat-jin
Thank you for this suggestion ! Our solutions are merely a suggestion for an answer so we are always open to hearing other answers.
We recognise this can be seen as an easier solution so we would be happy to add it to our notebook 🙂
Thanks,
Megan
-
Hi @akila
I’ve taken the below screenshot from the “Scripting and Logging” notebook in the fundamentals course.
Simply use the system”l ” command followed by the path name.
Hope this helps!
Thanks,
Megan
-
Hi @jeanluck
Can you send me your exact answer for exercise 2.2 so I can spot where you might be going wrong?
Thanks,
Megan🙂
-
Hi @kdb_newbie
I have reformatted this question due to issues with our editor.
Thank you @unterrainer_ale for providing an example.
Thanks,
Megan
-
Hi @lestat-jin
Apologies for the formatting issue on our side, we are working to fix this for future discussions.
Would you be able to send a screenshot of the code so we can help better assist you?
Thanks,
Megan
-
megan_mcp
AdministratorJuly 17, 2024 at 11:31 am in reply to: Inter Process Communication: code only returns : : -
megan_mcp
AdministratorJuly 17, 2024 at 11:12 am in reply to: Inter Process Communication: code only returns : : -
You beat me to it ! Glad you got sorted 😃
If you have any further questions, feel free to reach out.
Thanks,
Megan
-
Hi @jeanluck
You currently have your select statement commentated out, are you removing this when submitting your answer?
Thanks,
Megan
-
Hi @lestat-jin
If we take a look at the format for the functional form of each (screenshot below) you can see the quote is used outside the square brackets.
So if I were to edit your answer it would look like:
allPaths:{[dir] sv'[`;dir, 'k where(k:key dir) like "[0-9]*"]}
I have removed the quote infront of dir and included it between sv and the square brackets as indicated in the documentation as this represents using each in functional form.
Let me know if this answers your question !
Thanks,
Megan
-
Hi @lestat-jin
` sv’… is the dyadic form of each, x f’y: https://code.kx.com/q/ref/maps/#each
When ‘ is prefix — not in an adverb position — that’s signal/throw: https://code.kx.com/q/ref/signal/If you have any questions about this, feel free to reach out!
Thanks,
Megan
code.kx.com
Map iterators | Reference | kdb+ and q documentation - kdb+ and q documentation
Maps iterators derive uniform functions that apply their values once to each item of a dictionary, a list, or conforming lists.