Forum Discussion
Broeks
1 year agoHelper II
Using custom python library in notebook
I've create a whl file containing a python function and uploaded it as a custom library into my fabric environment. I've succesfully deployed the library and now I would expect the library to be avai...
jj44
1 year agoAdvocate I
Thanks, good to hear.
I might put some time in and see if I can migrate my code to a library then.
Cheers,
Jeff Jones
Broeks
1 year agoHelper II
Yes, do you have any idea on how you are going to develop your python/pysparkcode?
I wanted to use the spark job definition integration within vscode to develop against the fabric kernel. However, debugging doesn't work as expected.
So I'm wondering whats your approach?