Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully automate dev setup with Gitpod #20

Closed
wants to merge 4 commits into from

Conversation

melissawm
Copy link
Member

@melissawm melissawm commented Aug 20, 2020

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.

Fixes #18

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
@melissawm melissawm marked this pull request as draft August 20, 2020 19:09
@melissawm melissawm marked this pull request as ready for review August 20, 2020 20:20
@melissawm
Copy link
Member Author

I tried to cover basic instructions for using gitpod. It would be extremely useful if other people could test and see if I missed anything. Keep in mind gitpod is supposed to help people who are not very familiar with git, so while the instructions may seem more complicated than the usual method to us, they are (hopefully) easier to someone less experienced.

@rgommers rgommers added the enhancement New feature or request label Aug 20, 2020
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Melissa, looking forward to having GitPod support!

I tried this out; logging into GitPod and editing a README file was straightforward. The actual dev environment is missing though. Python is installed, but nothing else. Your instructions seem to say that it's for uploading a .ipynb file, but that can be done through the GitHub UI easily enough. So now that we only have notebooks in this repo, I think there's no purpose having GitPod here - there's no development to be done.

On the main repo though it would be awesome - the docker image should then contain an already built development version of NumPy.

@cooperrc
Copy link
Member

cooperrc commented Aug 21, 2020

I tried this out; logging into GitPod and editing a README file was straightforward. The actual dev environment is missing though. Python is installed, but nothing else. Your instructions seem to say that it's for uploading a .ipynb file, but that can be done through the GitHub UI easily enough. So now that we only have notebooks in this repo, I think there's no purpose having GitPod here - there's no development to be done.

Thanks @melissawm, I found that I could edit and run an ipynb in the default editor, but creating a new one I had trouble figuring out how to change cell types.

I ran $ jupyter-notebook in the terminal below the editor and the generated link worked great. I had a full Jupyter environment, but the kernel couldn't be found. It is also nice because I can run the current ipynb's from Gitpod.

Also, the workflow that got gitpod to work for me was just clicking the gitpod button. From there, it looks like you can create a fork of the master.

@melissawm
Copy link
Member Author

Thanks for the feedback! I guess the way forward would be to remove gitpod here and add it to the main repo once I figure out how to build the whole dev environment. However, I just got access to the beta of GitHub Codespaces and that seems exactly like gitpod, so I might put this off for a while and see if codespaces solves our problem. If it does it's probably better to have a first-party application instead of a third-party one. I'll close this PR and update the issue with this info as well.

@melissawm melissawm closed this Sep 2, 2020
This was referenced Sep 2, 2020
@matthew-brett
Copy link

Just as a meta point - over at JupyterLab, we were worrying that it might be unhealthy for the ecosystem if Microsoft Visual Studio Code starts to dominate in the online notebook market. Is that a reason to prefer Gitpod, regardless of convenience? I believe that Gitpod is based on Theia, with a wider governance governance community than VSCode.

@rgommers
Copy link
Member

rgommers commented Sep 3, 2020

That code to mind for me too - and I actually quite liked the Gitpod experience, it's smooth.

@melissawm
Copy link
Member Author

Good point. This may be something to discuss in a community meeting, I'll make sure to bring it up.

@bsipocz bsipocz deleted the melissawm/gitpod-setup branch July 8, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up gitpod
4 participants