diff --git a/.jp_app_launcher/config.yaml b/.jp_app_launcher/jp_app_launcher.yaml similarity index 55% rename from .jp_app_launcher/config.yaml rename to .jp_app_launcher/jp_app_launcher.yaml index a416fde..5108475 100644 --- a/.jp_app_launcher/config.yaml +++ b/.jp_app_launcher/jp_app_launcher.yaml @@ -1,8 +1,11 @@ - title: Finetuning Notebook description: Launch Truefoundry LLM Finetuning Notebook icon: /home/jovyan/llm-finetune/assets/truefoundry-logo.svg - source: /llm-finetune/finetune.ipynb - type: notebook cwd: /home/jovyan/llm-finetune/ + type: jupyterlab-commands + source: + - label: Finetuning Notebook + id: 'filebrowser:open-path' + args: + path: /llm-finetune/finetune.ipynb catalog: Notebook - copy: false \ No newline at end of file diff --git a/notebook-requirements.txt b/notebook-requirements.txt index 31b8f5a..3933245 100644 --- a/notebook-requirements.txt +++ b/notebook-requirements.txt @@ -1,2 +1,2 @@ -r requirements.txt -jupyter_app_launcher @ git+https://github.com/truefoundry/jupyter_app_launcher@9a959b894542995fc763ed07324bbd274e96610d +jupyter-app-launcher==0.3.1