fair-workflows / FAIRWorkflowsExtension

A Jupyterlab extension for searching for Nanopublished computational steps.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Move code injection to components #8

Closed raar1 closed 4 years ago

raar1 commented 4 years ago

When injecting (i.e. python code to a jupyter cell), define the code to be injected inside the relevant UI component. e.g. FAIRSearch component will specify what code to be inserted for selected search results. Also adds Step searching capability (search nanopub server for script tasks, and inject the stored code into the notebook).