mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-09 06:38:36 +05:30
14 lines
452 B
YAML
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
|