Jupyter(IPython-Notebook) integration in wendelin
Jupyter and wendelin combined software-release. Also, a new recipe for running-profile/builout for a template.
Jupyter and wendelin combined software-release. Also, a new recipe for running-profile/builout for a template.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/tiwariayush/slapos.git" "wendelin_notebook" git checkout -b "tiwariayush/slapos-wendelin_notebook" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/erp5-cluster" git merge --no-ff "tiwariayush/slapos-wendelin_notebook"
Step 4. Push the result of the merge to GitLab
git push origin "erp5-cluster"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.