This shows you the differences between two versions of the page.
|
isrm:laboratoare:v2:02 [2024/06/27 22:45] mbarbulescu created |
isrm:laboratoare:v2:02 [2024/06/27 22:52] (current) mbarbulescu [Jupyter notebook] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Laborator 02: Scripting, plotting, tracing ====== | ====== Laborator 02: Scripting, plotting, tracing ====== | ||
| - | <note important>In cadrul laboratoarelor, vom folosi masina virtuala pe care o puteti descarca de [[:isrm:mv|aici]]. Pe VM au fost deja executati pasii de configurare de mai jos.</note> | + | <note important> |
| + | Vom folosi mașina docker generată la [[isrm:laboratoare:v2:01|laboratorul 1]]: | ||
| + | |||
| + | <code bash> | ||
| + | cd ~/isrm/isrm-vm-docker-img | ||
| + | ./build-img.sh isrm2024 ~/isrm/ns-3-dev | ||
| + | ./enter-img.sh isrm2024 | ||
| + | </code> | ||
| + | </note> | ||
| ===== Introducere în Jupyter notebook si matplotlib ===== | ===== Introducere în Jupyter notebook si matplotlib ===== | ||
| Line 20: | Line 28: | ||
| <code bash> | <code bash> | ||
| - | student@isrm-vm-2020:~$ jupyter-notebook | + | root@isrm:/home/student/isrm$ jupyter-notebook |
| </code> | </code> | ||