Git jupyterlab: Difference between revisions
(4 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
=== IV. Back in git === | === IV. Back in git === | ||
[[File:GIT JUPYTER 11.png|none|thumb|800x800px]] | [[File:GIT JUPYTER 11.png|none|thumb|800x800px|[[File:GIT JUPYTER 11.png|none|thumb|800x800px]][[File:GIT JUPYTER 12.png|none|thumb|800x800px]]]] | ||
== Prepare repo under git == | |||
[[File:GIT JUPYTER 13.png|none|thumb|800x800px]] | |||
[[File:GIT JUPYTER 14.png|none|thumb|800x800px|[[File:GIT JUPYTER 15.png|none|thumb|800x800px]]]] | |||
== Get the repo under Jupyter-Lab == | |||
[[File:GIT JUYPTER 16.png|none|thumb|800x800px]] | |||
== Add new file to the repo == | |||
[[File:GIT JUYPTER 17.png|none|thumb|500x500px]] | |||
[[File:GIT JUYPTER 18.png|none|thumb|800x800px]] | |||
[[File:GIT JUYPTER 19.png|none|thumb|500x500px]] | |||
[[File:GIT JUYPTER 20.png|none|thumb|800x800px]] | |||
[[File:GIT JUPYTER 21.png|none|thumb]] | |||
[[File:GIT JUPYTER 22.png|none|thumb]] | |||
[[File:GIT JUPYTER 23.png|none|thumb|800x800px]] |
Latest revision as of 14:48, 5 June 2025
Setting up the keys
I. in Jupyter-Lab terminal

Create Keys
- Open Terminal
- ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de"
- git config --global user.name "GIVENNAME SURENAME"
- git config --global user.email "USERNAME@uni-bremen.de"
- cat .ssh/id_ed25519.pub
II. Git (git.fb1.uni-bremen.de)





III. Under Jupyter-Lab Terminal with correct key name

IV. Back in git



Prepare repo under git



Get the repo under Jupyter-Lab

Add new file to the repo






