mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
[PR #137] [CLOSED] Setup Automated with Gitpod #197
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/137
Author: @anudeepreddy
Created: 9/17/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
eb4059badded gitpod config files📊 Changes
3 files changed (+41 additions, -0 deletions)
View changed files
➕
.gitpod.dockerfile(+26 -0)➕
.gitpod.yml(+10 -0)📝
README.md(+5 -0)📄 Description
Hey @GokuMohandas ,
I would like to add two config files through this repo which can automate the task of setting up a workspace on Gitpod. Gitpod is an online IDE for GitHub. This PR might help the contributors as well as the learners. The workspace is equipped with anaconda so everything is installed by default and you can edit and runt the jupyter notebooks with the Gitpod IDE.
You can give it a try with my fork of this repo
When you launch the workspace for the first time you will be asked to setup a password for the jupyter notebook through the command line and you can use the same password to login to jupyter notebooks for the future sessions.
I hope this PR proves to be a great help for the contributors and learners.
Thanks,
Anudeep Reddy :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.