Skip to content

Commit

Permalink
update gitpod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 9, 2023
1 parent 5824374 commit e285ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ tasks:
micromamba activate
EOT
source /workspace/bin/activate-env.sh
micromamba install -n base -y python=3.11 nodejs=14 jupyterlab=3 yarn
micromamba install -n base -y python=3.11 nodejs=14 jupyterlab=4 yarn
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jupyter labextension develop . --overwrite
gp sync-done setup
command: |
gp sync-done setup
source /workspace/bin/activate-env.sh
jupyter lab --no-browser --LabApp.token='' --LabApp.allow_origin=* --LabApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'
jupyter lab --no-browser --ServerApp.allow_remote_access=True --ServerApp.token=''
- name: watch
command: |
Expand Down

0 comments on commit e285ad9

Please sign in to comment.