Notebook Version Control

Easily maintain multiple versions of a Notebook in GIT Lab.

Pre-requisite: Make sure that the Version control settings for the DSL plugin are configured by your administrator before you use this functionality.

Pushing to and Pulling from VCS functionality for a Notebook

Pushing a Notebook to the VCS

  • Navigate to the Notebook list of a Project.

  • Select a Notebook.

  • Click the Push into VCS icon for the Notebook.​

Push to VCS icon for Notebook
  • The Push into Version Controlling System dialog box appears.

  • Provide a Commit Message.

  • Click the Push option.​

Push into Version Controlling System dialog box
  • The Notebook version gets pushed into the Version Controlling System and the Notebook list gets updated with the latest version.

  • A notification message appears to inform the success of the action.​

Notification message to push Notebook version in the VCS

Pulling a Notebook from the VCS

  • Navigate to the Notebook list given under a Project.

  • Select a Notebook.

  • Click the Pull from VCS icon for the Notebook.

Pull from VCS icon for a Notebook
  • The Pull from Version Controlling System dialog box opens.

  • Select the version that you wish to pull by using the checkbox.

  • Click the Pull option.

Pull from Version Controlling System dialog box for Notebook
  • The pulled version of the selected Notebook gets updated in the Notebook list.

  • A notification message appears to inform the success of the action.

Notification message when a version of the Notebook gets pulled​

Please Note: Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell. Click here to get redirected to the quick start flow page.

Last updated