.gitpod.yml
in the repository that your Gitpod workspace is opened for.
gp init
to generate a scaffolded .gitpod.yml
.requirements.txt
to install Python packages with pip
.quickstart-demo.ipynb
file when the workspace starts..gitpod.yml
with Python and the Jupyter extension.
.gitpod.yml
only apply to new workspaces. Commit your .gitpod.yml
to git and restart a new worksapce to test your changes.
gp validate
command to test configuration changes to the .gitpod.yml
without committing.Working on Jupyter Notebooks in Gitpod