Files
xeus-basic/.gitpod.yml
Sarita Singh 4c6aa5c3ab Add gitpod configuration
Signed-off-by: Sarita Singh <saritasingh.0425@gmail.com>
2021-11-02 23:30:30 +05:30

14 lines
452 B
YAML

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2021 Avinal Kumar <avinal.xlvii@gmail.com>
image:
file: .gitpod.dockerfile
ports:
- port: 8888
visibility: public
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: source ~/.bashrc