complete gitpod configuration

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-09-19 13:14:50 +05:30
parent 5a8e6cba80
commit 8ffcee5e66

View File

@@ -6,4 +6,5 @@ ports:
onOpen: open-browser onOpen: open-browser
tasks: tasks:
- command: conda activate base - 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