From the course: Python Tools: Jupyter vs. PyCharm

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Version control in Jupyter vs. PyCharm

Version control in Jupyter vs. PyCharm

From the course: Python Tools: Jupyter vs. PyCharm

Version control in Jupyter vs. PyCharm

- Version control is a common source control practice that tracks and manages changes to software code so that you can recall specific versions later. This practice has become imperative in modern software development. Thus, platforms that have integrated version control support make utilizing this necessary component of software development easy and efficient. In this lesson, I'll show you the ways that PyCharm and Jupyter have integrated version control into their respective development environments. First, let me show you how PyCharm has set up the version control process in their IDE. So assuming that you're working on a project and you want to keep pushing your code updates to GitHub the first step would be create a Git repository on GitHub. Once you have the repo's URL, head back to PyCharm to start the next step. You'll notice on the top rail that PyCharm has a VCS tab. This tab houses all the version control…

Contents