Hi All,
I am working on jupyter notebook plugin that allows users to search for code snippets with a library and function name, it then returns the function signature (which includes a link to the documentation) and an example code snippet (from Stack Overflow), see the screenshot below for the example.
It’s not quite ready yet, but I would love to hear your thoughts before releasing the alpha!
A bit of additional information around how it functions, currently is is bound to the hotkey "alt + /", it will either submit the active line you're on (in the code cell), or submit text you have specifically selected within the cell. The result is then returned in the cell output. If the cell is executed, the output of the code execution will replace the result (so there is no need to manually remove the result after you have finished with it).
Hi All,
I am working on jupyter notebook plugin that allows users to search for code snippets with a library and function name, it then returns the function signature (which includes a link to the documentation) and an example code snippet (from Stack Overflow), see the screenshot below for the example.
I had a look at the youtube conference video on the contentmanager extension, I was impressed with the added functionality of the internal search using Whoosh, and local snippet injection, it is essentially the other side of the coin. I am currently working as part of a project called Stepsize (a team of four). We are actively carrying out ML based projects and experiments to improve code search and ultimately automate some aspects of software development.
I would be very interested in discussing more about the future of your contentmanager extension and our extension in more detail. I’ll send you a tweet so we can continue this discussion further!