i-VRESSE / workflow-builder

Graphical interface to build a workflow file
https://i-vresse-workflow-builder.netlify.app/
Apache License 2.0
4 stars 2 forks source link

Jupyter lab extension #96

Closed sverhoeven closed 9 months ago

sverhoeven commented 2 years ago

A workflow builder app could be used inside Jupyter Lab to read/write haddock3 workflow files and submit haddock3 jobs.

See https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#developer-extensions

sverhoeven commented 2 years ago

Making JupyterLab Extension gives problems being inside a monorepo. Problems like npm ERR! Unsupported URL Type "workspace:": workspace:^ and Internal Error: workflow-builder-monorepo@workspace:.: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile

Should try to make extension in own repo, but packages should be published for that to work, see #97

sverhoeven commented 9 months ago

See https://github.com/i-VRESSE/jupyterlab-haddock3-configurator for jupyter lab extension