Add a "Renku" tab to JupyterLab, which offers point-and-click access to common renku commands.
The initial version should support the following commands:
Renku
status: execute renku status in a terminal
log: execute renku log in a terminal
run: Take arguments for the command to run and execute renku run [args] in a terminal
Git
push: execute git push in a terminal
commit: Take a commit message and execute git commit -m<message>
Add a "Renku" tab to JupyterLab, which offers point-and-click access to common renku commands. The initial version should support the following commands:
Renku
renku status
in a terminalrenku log
in a terminalrenku run [args]
in a terminalGit
git push
in a terminalgit commit -m<message>