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