From 8ffcee5e6638ea4e66d1cffe6e780d66a7155b68 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sun, 19 Sep 2021 13:14:50 +0530 Subject: [PATCH] complete gitpod configuration Signed-off-by: Avinal Kumar --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1a53f79..04b869f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,4 +6,5 @@ ports: onOpen: open-browser tasks: - command: conda activate base - - command: echo -e "\nalias jupyternb=\"jupyter notebook --NotebookApp.allow_origin=\'$(gp url 8888)\' --NotebookApp.token='' --NotebookApp.password=''\" >> ~/.bashrc + - command: echo -e "\nalias jupyternb=\"jupyter notebook --NotebookApp.allow_origin=\'$(gp url 8888)\' --NotebookApp.token='' --NotebookApp.password=''\"" >> ~/.bashrc + - command: source ~/.bashrc