erp5_data_notebook: Test if erp5 has access to erp5 jupyter kernel
Hello,
I want to add a test which ensures that the erp5 jupyter kernel is accessible from within erp5. Please see this SlapOS MR for more information.
Regards,
Levin
Hello,
I want to add a test which ensures that the erp5 jupyter kernel is accessible from within erp5. Please see this SlapOS MR for more information.
Regards,
Levin
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/levin.zimmermann/erp5.git" "add-jupyter-inside-erp5" git checkout -b "levin.zimmermann/erp5-add-jupyter-inside-erp5" 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/master" git merge --no-ff "levin.zimmermann/erp5-add-jupyter-inside-erp5"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.