# Journal de bord du Mooc / Mooc's logbook FR Espace réservé au journal de bord du Mooc EN Reserved for the Mooc's logbook # How to sign in to my gitlab space I don't know why I can't sign in when I am in the course Gitlab, so this are the instructions for sign in: 1. In the MOOC course page, go to Module 1 2. In Module 1, go to Section 4 titled "Pérennité et évolutivité des notes avec la gestion de version (Gitlab)" 3. Click on the third icon in the list of sections (the first one is a video, the second one is a quizz) 4. Go to title "Form to access to GitLab" 5. Here click the button "Access to Gitlab" 6. Sign in et voilà *Note:* Maybe this is a bit of a circular problem because I don't know if I can access this labbook when I am not signed in. We'll see... # Useful links - [Wikipedia Markdown entry](https://en.wikipedia.org/wiki/Markdown#Example) - [MOOC Markdown entry](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/) - [Jupyter Notebook useful tips (advanced)](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/) - [Numpy functions](https://numpy.org/doc/stable/reference/generated/numpy.amax.html) - When you want a continuous vector: `np.linspace` (not the case for Exercise 2) - When you want a discrete vector (start, stop, step): `np.arange` - [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html) # Regarding exercise 3.2 Along with my teammate I tried doing this part but we weren't successful. We will ask the professor on tomorrow's concluding session.